Skip to content

Commit cefe0f3

Browse files
Thomaszoka123
andauthored
Add early return.
Co-authored-by: Zoran Antolović <zoran.antolovic.os@gmail.com>
1 parent a1ab997 commit cefe0f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DataProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function onKernelRequest(RequestEvent $event): void
4646
$this->httpRequest = $event->getRequest();
4747
$this->timestampStart = microtime(true);
4848
}
49+
return;
4950
}
5051

5152
if (method_exists($event, 'isMasterRequest')) { //Symfony < 5.3

0 commit comments

Comments
 (0)