File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3030 apt :
3131 packages :
3232 - libonig-dev
33+ script :
34+ - composer require --dev phpstan/phpstan
35+ - php vendor/bin/phpstan analyse --configuration=phpstan.neon
36+
3337 # Nightly is PHP 8.0 since Feb 2019.
3438 - php : nightly
3539 addons :
@@ -83,5 +87,3 @@ script:
8387 - if [[ $XMLLINT == "1" ]]; then diff -B ./src/Standards/PSR12/ruleset.xml <(xmllint --format "./src/Standards/PSR12/ruleset.xml"); fi
8488 - if [[ $XMLLINT == "1" ]]; then diff -B ./src/Standards/Squiz/ruleset.xml <(xmllint --format "./src/Standards/Squiz/ruleset.xml"); fi
8589 - if [[ $XMLLINT == "1" ]]; then diff -B ./src/Standards/Zend/ruleset.xml <(xmllint --format "./src/Standards/Zend/ruleset.xml"); fi
86- # Run PHPStan
87- - if [[ $PHPSTAN == "1" ]]; then composer require --dev phpstan/phpstan && php vendor/bin/phpstan analyse --configuration=phpstan.neon; fi
You can’t perform that action at this time.
0 commit comments