Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit6042c00
committed
bug#50215 [AssetMapper] Fixing wrong values being output in command (weaverryan)
This PR was merged into the 6.3 branch.Discussion----------[AssetMapper] Fixing wrong values being output in command| Q | A| ------------- | ---| Branch? | 6.3| Bug fix? | yes| New feature? | no| Deprecations? | none| Tickets | None| License | MIT| Doc PR | Not neededA leftover from working on the component. `$newPackages` is an indexed array of `ImportMapEntry`. So, before this, the message would output "new packages (0, 1)". Now:<img width="966" alt="Screenshot 2023-05-02 at 12 59 12 PM" src="https://user-images.githubusercontent.com/121003/235734153-93050033-9fc2-4ebe-9258-60d92400a081.png">Cheers!Commits-------50a4aaf [AssetMapper] Fixing wrong values being output in commandFile tree
1 file changed
+3
-1
lines changed- src/Symfony/Component/AssetMapper/Command
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | | - | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
0 commit comments
Comments
(0)