8000 Add information about default value for decoration_priority option by aivus · Pull Request #9082 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add information about default value for decoration_priority option #9082

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 20, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add information about default value for decoration_priority
  • Loading branch information
aivus authored Jan 19, 2018
commit 73cd2908363ff51f26e7260a08e3fec04b774eac
2 changes: 1 addition & 1 deletion service_container/service_decoration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Decoration Priority

If you want to apply more than one decorator to a service, you can control their
order by configuring the priority of decoration, this can be any integer number
(decorators with higher priorities will be applied first).
(decorators with higher priorities will be applied first). If ``decoration_priority`` option is omitted default value ``0`` will be used.

.. configuration-block::

Expand Down
0