We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3235d44 commit 1d615d6Copy full SHA for 1d615d6
.travis.yml
@@ -41,7 +41,7 @@ jobs:
41
- travis_retry composer install --no-progress --prefer-dist
42
43
script:
44
- - php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 7 --configuration tests/phpstan.neon src
+ - php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 --configuration tests/phpstan.neon src
45
46
47
- stage: Code Coverage
0 commit comments