File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,7 @@ before_install:
3131 - if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
3232
3333install :
34- # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
35- - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
3634 - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37- # - ./vendor/bin/simple-phpunit install
3835
3936script :
4037 - composer validate --strict --no-check-lock
Original file line number Diff line number Diff line change 3737 "beberlei/porpaginas" : " ^1.2" ,
3838 "php-coveralls/php-coveralls" : " ^2.1.0" ,
3939 "symfony/phpunit-bridge" : " ^6" ,
40- "thecodingmachine /phpstan-strict-rules " : " ^v0.12 " ,
40+ "phpstan /phpstan" : " ^1.8 " ,
4141 "composer/package-versions-deprecated" : " ^1.8"
4242 },
4343 "conflict" : {
Original file line number Diff line number Diff line change 11includes :
22 - vendor/phpstan/phpstan/conf/bleedingEdge.neon
3- - vendor/phpstan/phpstan-webmozart-assert/extension.neon
4- - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
53parameters :
64 tmpDir : .phpstan-cache
75 paths :
@@ -20,7 +18,6 @@ parameters:
2018 checkExplicitMixedMissingReturn : true
2119 checkFunctionNameCase : true
2220 checkInternalClassCaseSensitivity : true
23- checkMissingClosureNativeReturnTypehintRule : true
2421 checkTooWideReturnTypesInProtectedAndPublicMethods : true
2522 treatPhpDocTypesAsCertain : false
2623 reportUnmatchedIgnoredErrors : false
You can’t perform that action at this time.
0 commit comments