Skip to content

Commit 6c3aba3

Browse files
committed
minor #9160 [#9135] some minor tweaks (xabbuh)
This PR was merged into the master branch. Discussion ---------- [#9135] some minor tweaks Commits ------- 825d5f2 [#9135] some minor tweaks
2 parents ddc8db9 + 825d5f2 commit 6c3aba3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/dic_tags.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,12 +1071,13 @@ the service is auto-registered and auto-tagged. But, you can also register it ma
10711071
$container
10721072
->register(AppExtension::class)
10731073
->addTag('twig.extension')
1074-
1074+
;
1075+
$container
10751076
->register(AnotherExtension::class)
10761077
->addTag('twig.extension', array('priority' => -100))
10771078
;
10781079
1079-
.. versionadded::
1080+
.. versionadded:: 4.1
10801081
The ``priority`` attribute of the ``twig.extension`` tag was introduced in
10811082
Symfony 4.1.
10821083

0 commit comments

Comments
 (0)