8000 minor #22529 [Asset] Fix invalid assets.xml (nicolas-grekas) · symfony/symfony@345b8c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 345b8c2

Browse files
committed
minor #22529 [Asset] Fix invalid assets.xml (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- [Asset] Fix invalid assets.xml | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Fixes invalid xml definitions. Commits ------- de1b20a [Asset] Fix invalid assets.xml
2 parents 3adff11 + de1b20a commit 345b8c2

File tree

1 file changed

+2
-2
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
<service id="assets.path_package" class="Symfony\Component\Asset\PathPackage" abstract="true">
2323
<argument /> <!-- base path -->
24-
<argument type="service" /> <!-- version strategy -->
24+
<argument /> <!-- version strategy -->
2525
<argument type="service" id="assets.context" />
2626
</service>
2727

2828
<service id="assets.url_package" class="Symfony\Component\Asset\UrlPackage" abstract="true">
2929
<argument /> <!-- base URLs -->
30-
<argument type="service" /> <!-- version strategy -->
30+
<argument /> <!-- version strategy -->
3131
<argument type="service" id="assets.context" />
3232
</service>
3333

0 commit comments

Comments
 (0)
0