File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 21
21
"gedmo/doctrine-extensions" : " ^3.19.0"
22
22
},
23
23
"require-dev" : {
24
- "phpstan/phpstan" : " ^1.10 " ,
25
- "phpstan/phpstan-deprecation-rules" : " ^1.1 " ,
26
- "phpstan/phpstan-phpunit" : " ^1.3 " ,
27
- "phpstan/phpstan-strict-rules" : " ^1.5 " ,
28
- "phpstan/phpstan-symfony" : " ^1.3 " ,
24
+ "phpstan/phpstan" : " ^2.1 " ,
25
+ "phpstan/phpstan-deprecation-rules" : " ^2.0 " ,
26
+ "phpstan/phpstan-phpunit" : " ^2.0 " ,
27
+ "phpstan/phpstan-strict-rules" : " ^2.0 " ,
28
+ "phpstan/phpstan-symfony" : " ^2.0 " ,
29
29
"symfony/mime" : " ^5.4 || ^6.0 || ^7.0" ,
30
30
"symfony/phpunit-bridge" : " ^v6.4.1 || ^7.0.1" ,
31
31
"symfony/security-core" : " ^5.4 || ^6.0 || ^7.0"
Original file line number Diff line number Diff line change 1
1
parameters :
2
- level : max
2
+ level : 8
3
3
paths :
4
4
- src/
5
5
- tests/
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ public function onKernelRequest(RequestEvent $event): void
33
33
}
34
34
}
35
35
36
- /**
37
- * @return array<string, array<int, int|string>>
38
- */
39
36
public static function getSubscribedEvents (): array
40
37
{
41
38
return array (
You can’t perform that action at this time.
0 commit comments