Skip to content

Commit 22eb89a

Browse files
author
Pavlo Pavliukovych
committed
Codestyle fixes
1 parent cbe7894 commit 22eb89a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/ProfilerController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public function __invoke(Request $request, string $token): Response
5454

5555
$profile = $this->profiler->loadProfile($token);
5656
// 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
5758
$limit = (Kernel::VERSION_ID >= 60208 || (Kernel::MAJOR_VERSION === 5 && Kernel::VERSION_ID >= 50422))
5859
? 100
5960
: '100';

0 commit comments

Comments
 (0)