Skip to content

Commit 6143514

Browse files
Update src/Symfony/Bundle/WebProfilerBundle/EventListener/ProfilerLinkLogListener.php
Co-authored-by: Christophe Coevoet <[email protected]>
1 parent bd46580 commit 6143514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/EventListener/ProfilerLinkLogListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function onKernelResponse(ResponseEvent $event): void
4444
return;
4545
}
4646

47-
if (false === $response->headers->has('X-Debug-Token')) {
47+
if (!$response->headers->has('X-Debug-Token')) {
4848
return;
4949
}
5050

0 commit comments

Comments
 (0)