8000 Merge branch '4.4' into 5.3 · symfony/symfony-docs@2971bd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2971bd8

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Update profiler.rst
2 parents d410b3c + 9ba6e27 commit 2971bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ event::
195195

196196
public function onKernelResponse(ResponseEvent $event)
197197
{
198-
if (!$this->getKernel()->isDebug()) {
198+
if (!$event->getKernel()->isDebug()) {
199199
return;
200200
}
201201

0 commit comments

Comments
 (0)
0