Skip to content

Commit 1d615d6

Browse files
committed
travis: changed PhpStan level to 5
1 parent 3235d44 commit 1d615d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- travis_retry composer install --no-progress --prefer-dist
4242

4343
script:
44-
- php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 7 --configuration tests/phpstan.neon src
44+
- php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 --configuration tests/phpstan.neon src
4545

4646

4747
- stage: Code Coverage

0 commit comments

Comments
 (0)