File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 7979 needs : setup-matrix
8080 strategy :
8181 matrix : ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
82- uses : pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-centralized.yaml@named-phpstan-basline
82+ uses : pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-centralized.yaml@main
8383 with :
8484 APP_ENV : test
8585 PIMCORE_TEST : 1
Original file line number Diff line number Diff line change 2020 "symfony/webpack-encore-bundle" : " ^1.17 || ^2.0"
2121 },
2222 "require-dev" : {
23- "codeception/codeception" : " dev-main " ,
23+ "codeception/codeception" : " ^5.0.11 " ,
2424 "codeception/module-asserts" : " ^2.0.1" ,
2525 "codeception/module-symfony" : " ^3.1.1" ,
2626 "codeception/phpunit-wrapper" : " ^9" ,
27- "phpstan/phpstan" : " ^2.1.1 " ,
28- "phpstan/phpstan-symfony" : " ^2.0.1 " ,
27+ "phpstan/phpstan" : " 1.10.30 " ,
28+ "phpstan/phpstan-symfony" : " ^1.3.2 " ,
2929 "phpunit/phpunit" : " ^9.3"
3030 },
3131 "autoload" : {
Original file line number Diff line number Diff line change 11parameters :
22 level : 6
3- ignoreErrors :
4- - identifier : missingType.iterableValue
5- - identifier : missingType.generics
63 reportUnmatchedIgnoredErrors : false
7- treatPhpDocTypesAsCertain : false
4+ checkMissingIterableValueType : false
5+ checkGenericClassInNonGenericObjectType : false
86 paths :
97 - src
108 bootstrapFiles :
You can’t perform that action at this time.
0 commit comments