Skip to content

Commit 8a77003

Browse files
tony-coweaverryan
authored andcommitted
Fixed event listeners priority
1 parent fa362ca commit 8a77003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/dic_tags.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,9 @@ To register your warmer with Symfony, give it the ``kernel.cache_warmer`` tag:
463463
->addTag('kernel.cache_warmer', array('priority' => 0))
464464
;
465465
466-
The ``priority`` value is optional, and defaults to 0. This value can be
467-
from -255 to 255, and the warmers will be executed in the order of their
468-
priority.
466+
The ``priority`` value is optional, and defaults to 0. The core Symfony
467+
listeners priorities varies from -1024 to 1024, and the warmers will be
468+
executed in the order of their priority.
469469
470470
.. _dic-tags-kernel-event-listener:
471471

0 commit comments

Comments
 (0)