From 09be97abda04f5b6a865baa0ecefd1029e2d067d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20Eugon=C3=A9?= Date: Mon, 26 Oct 2020 10:34:08 +0100 Subject: [PATCH] [DependencyInjection] Fix tagged service priority inconsistent method name --- service_container/tags.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index 7aee0061c0c..7ec5fcc5637 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -655,8 +655,9 @@ service itself:: } } -If you want to have another method defining the priority, you can define it -in the configuration of the collecting service: +If you want to have another method defining the priority +(e.g. ``getPriority()`` rather than ``getDefaultPriority()``), +you can define it in the configuration of the collecting service: .. configuration-block::