Skip to content

Commit ae31398

Browse files
lyrixxsoyuka
authored andcommitted
Added the related symfony event to the EventPriorities class
1 parent 68a6656 commit ae31398

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/EventListener/EventPriorities.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@
2020
*/
2121
final class EventPriorities
2222
{
23+
// kernel.request
2324
const PRE_READ = 5;
2425
const POST_READ = 3;
2526
const PRE_DESERIALIZE = 3;
2627
const POST_DESERIALIZE = 1;
28+
// kernel.view
2729
const PRE_VALIDATE = 65;
2830
const POST_VALIDATE = 63;
2931
const PRE_WRITE = 33;
3032
const POST_WRITE = 31;
3133
const PRE_RESPOND = 9;
34+
// kernel.response
3235
const POST_RESPOND = 0;
3336
}

0 commit comments

Comments
 (0)