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 30
30
apt :
31
31
packages :
32
32
- libonig-dev
33
+ script :
34
+ - composer require --dev phpstan/phpstan
35
+ - php vendor/bin/phpstan analyse --configuration=phpstan.neon
36
+
33
37
# Nightly is PHP 8.0 since Feb 2019.
34
38
- php : nightly
35
39
addons :
@@ -83,5 +87,3 @@ script:
83
87
- if [[ $XMLLINT == "1" ]]; then diff -B ./src/Standards/PSR12/ruleset.xml <(xmllint --format "./src/Standards/PSR12/ruleset.xml"); fi
84
88
- if [[ $XMLLINT == "1" ]]; then diff -B ./src/Standards/Squiz/ruleset.xml <(xmllint --format "./src/Standards/Squiz/ruleset.xml"); fi
85
89
- 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