File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -81,4 +81,4 @@ script:
81
81
- if [[ $XMLLINT == "1" ]]; then diff -B ./src/Standards/Squiz/ruleset.xml <(xmllint --format "./src/Standards/Squiz/ruleset.xml"); fi
82
82
- if [[ $XMLLINT == "1" ]]; then diff -B ./src/Standards/Zend/ruleset.xml <(xmllint --format "./src/Standards/Zend/ruleset.xml"); fi
83
83
# Run PHPStan
84
- - if [[ $PHPSTAN == "1" ]]; then composer require --dev phpstan/phpstan && php vendor/bin/phpstan analyse src --level=0 -- configuration=phpstan.neon --autoload-file=tests/bootstrap.php ; fi
84
+ - if [[ $PHPSTAN == "1" ]]; then composer require --dev phpstan/phpstan && php vendor/bin/phpstan analyse -- configuration=phpstan.neon; fi
Original file line number Diff line number Diff line change 1
1
parameters :
2
+ level : 0
3
+ paths :
4
+ - src
5
+ autoload_files :
6
+ - tests/bootstrap.php
2
7
ignoreErrors :
3
8
-
9
+ count : 1
4
10
message : ' ~^Undefined variable: \$phpCodeSnifferConfig$~'
5
11
path : %currentWorkingDirectory%/src/Config.php
6
12
7
13
dynamicConstantNames :
8
14
- PHP_CODESNIFFER_IN_TESTS
9
15
- PHP_CODESNIFFER_CBF
10
16
- PHP_CODESNIFFER_VERBOSITY
11
-
12
- excludes_analyse :
13
- - */Tests/*
You can’t perform that action at this time.
0 commit comments