We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe7894 commit 22eb89aCopy full SHA for 22eb89a
src/Controller/ProfilerController.php
@@ -54,6 +54,7 @@ public function __invoke(Request $request, string $token): Response
54
55
$profile = $this->profiler->loadProfile($token);
56
// Type hint as int for the $limit argument of the find method was updated in Symfony 5.4.22 and 6.2.8
57
+ // @phpstan-ignore-next-line
58
$limit = (Kernel::VERSION_ID >= 60208 || (Kernel::MAJOR_VERSION === 5 && Kernel::VERSION_ID >= 50422))
59
? 100
60
: '100';
0 commit comments