File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 52
52
"psalm" : " ./vendor/bin/psalm --no-progress --show-info=true" ,
53
53
"statics" : [
54
54
" @phpstan" ,
55
- " @psalm"
55
+ " @psalm" ,
56
+ " @php-cs-try"
56
57
],
57
58
"test" : [
58
59
" @statics" ,
Original file line number Diff line number Diff line change @@ -51,11 +51,9 @@ public function __invoke(): Response
51
51
$ classMethod = $ controller [1 ] ?? $ this ->snakeToCamel ($ this ->route ->getName () ?? '' );
52
52
}
53
53
54
- /*
55
- * @psalm-suppress RedundantConditionGivenDocblockType
56
- * @psalm-suppress PossiblyNullArgument
57
- */
54
+ /* @psalm-suppress RedundantConditionGivenDocblockType */
58
55
if (!\is_object ($ classController )) {
56
+ /** @psalm-suppress PossiblyNullArgument */
59
57
$ classController = $ this ->autowireHelper ->autowire ($ classController )();
60
58
}
61
59
You can’t perform that action at this time.
0 commit comments