Commit ad75077
committed
bug #19312 [AssetMapper] Fix importmap code example with multiple entrypoints (smnandre)
This PR was merged into the 6.4 branch.
Discussion
----------
[AssetMapper] Fix importmap code example with multiple entrypoints
Fix #19311
importmap twig extension method does indeed require an array or a string, and not a variadic : https://github.com/symfony/symfony/blob/6.4/src/Symfony/Bridge/Twig/Extension/ImportMapRuntime.php
Commits
-------
ebca2e9 Update asset_mapper.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1042 | 1042 | | |
1043 | 1043 | | |
1044 | 1044 | | |
1045 | | - | |
| 1045 | + | |
1046 | 1046 | | |
1047 | 1047 | | |
1048 | 1048 | | |
| |||
0 commit comments