File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,9 +175,9 @@ Decoration Priority
175
175
Prior to Symfony 2.8, the priority depends on the order in
176
176
which definitions are found.
177
177
178
- If you want to apply more than one decorator to a service, you can control their
179
- order by configuring the priority of decoration, this can be any integer number
180
- (decorators with higher priorities will be applied first). If `` decoration_priority `` option is omitted default value `` 0 `` will be used .
178
+ When applying multiple decorators to a service, you can control their order with
179
+ the `` decoration_priority `` option. Its value is an integer that defaults to
180
+ `` 0 `` and higher priorities mean that decorators will be applied earlier .
181
181
182
182
.. configuration-block ::
183
183
You can’t perform that action at this time.
0 commit comments