File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 21
21
"ibexa/core" : " ~5.0.x-dev" ,
22
22
"ibexa/doctrine-schema" : " ~5.0.x-dev" ,
23
23
"ibexa/rector" : " ~5.0.x-dev" ,
24
- "phpstan/phpstan" : " ^1.2 " ,
25
- "phpstan/phpstan-phpunit" : " ^1 .0"
24
+ "phpstan/phpstan" : " ^2.0 " ,
25
+ "phpstan/phpstan-phpunit" : " ^2 .0"
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
parameters :
2
- ignoreErrors : []
2
+ ignoreErrors :
3
+ -
4
+ message : ' #^Call to function is_object\(\) with object will always evaluate to true\.$#'
5
+ identifier : function.alreadyNarrowedType
6
+ count : 1
7
+ path : src/contracts/IbexaTestCore.php
Original file line number Diff line number Diff line change 1
1
includes :
2
- - phpstan-baseline.neon
3
2
- vendor/phpstan/phpstan-phpunit/extension.neon
3
+ - phpstan-baseline.neon
4
4
5
5
parameters :
6
6
level : 8
You can’t perform that action at this time.
0 commit comments