Skip to content

Commit 3a34142

Browse files
Merge branch '4.4' into 5.0
* 4.4: [VarDumper] fix for change in PHP 7.4.6 Added regression test for AccountStatusException behavior (ref #36822) [HttpClient] fix PHP warning + accept status code >= 600 [Security/Core] fix compat of `NativePasswordEncoder` with pre-PHP74 values of `PASSWORD_*` consts embed resource name in error message [FrameworkBundle] fix stringable annotation Change priority of KernelEvents::RESPONSE subscriber Fix register event listeners compiler pass Missing description in `messenger:setup-transports` command [Serializer] fix issue with PHP 8 [WebProfiler] Remove 'none' when appending CSP tokens [TwigBundle] FormExtension does not have a constructor anymore since sf 4.0 [Yaml] Fix escaped quotes in quoted multi-line string
2 parents 0ebe7bf + b9dcde9 commit 3a34142

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', -100],
122+
KernelEvents::RESPONSE => ['onKernelResponse', -1012],
123123
KernelEvents::EXCEPTION => ['onKernelException', 0],
124124
KernelEvents::TERMINATE => ['onKernelTerminate', -1024],
125125
];

0 commit comments

Comments
 (0)