Skip to content

Commit a0ae9c6

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Revert "Change priority of KernelEvents::RESPONSE subscriber"
2 parents 3a34142 + 7d9b08c commit a0ae9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventListener/ProfilerListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function onKernelTerminate(TerminateEvent $event)
119119
public static function getSubscribedEvents(): array
120120
{
121121
return [
122-
KernelEvents::RESPONSE => ['onKernelResponse', -1012],
122+
KernelEvents::RESPONSE => ['onKernelResponse', -100],
123123
KernelEvents::EXCEPTION => ['onKernelException', 0],
124124
KernelEvents::TERMINATE => ['onKernelTerminate', -1024],
125125
];

0 commit comments

Comments
 (0)