8000 [DependencyInjection] Fix tagged service priority inconsistent method… · symfony/symfony-docs@09be97a · GitHub
[go: up one dir, main page]

Skip to content

Commit 09be97a

Browse files
yann-eugonejaviereguiluz
authored andcommitted
[DependencyInjection] Fix tagged service priority inconsistent method name
1 parent 0998400 commit 09be97a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

service_container/tags.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,9 @@ service itself::
655655
}
656656
}
657657

658-
If you want to have another method defining the priority, you can define it
659-
in the configuration of the collecting service:
658+
If you want to have another method defining the priority
659+
(e.g. ``getPriority()`` rather than ``getDefaultPriority()``),
660+
you can define it in the configuration of the collecting service:
660661

661662
.. configuration-block::
662663

0 commit comments

Comments
 (0)
0