Skip to content

Commit f5da791

Browse files
Add code review fixes
1 parent e140c52 commit f5da791

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
@@ -591,7 +591,7 @@ Tagged Services with Priority
591591

592592
.. versionadded:: 4.4
593593

594-
The ability to prioritize tagged services was introduced in Symfony 4.4
594+
The ability to prioritize tagged services was introduced in Symfony 4.4.
595595

596596
The tagged services can be prioritized using the ``priority`` attribute, thus providing
597597
a way to inject a sorted collection.
@@ -698,5 +698,6 @@ If you want to have another method defining the priority, you can define it in t
698698
->args([
699699
tagged_iterator('app.handler', null, null, 'getPriority'),
700700
]
701-
);
701+
)
702+
;
702703
};

0 commit comments

Comments
 (0)