Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 146fa07

Browse files
committed
PhpStan: Upgrade version & degrade level to 5
1 parent f2919e8 commit 146fa07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- travis_retry composer install --no-progress --prefer-dist
1111

1212
script:
13-
- vendor/bin/phpstan analyze --level max -c phpstan.neon src --no-interaction --no-progress
13+
- vendor/bin/phpstan analyze --level 5 -c phpstan.neon src --no-interaction --no-progress
1414

1515
sudo: false
1616

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require-dev": {
22-
"phpstan/phpstan": "^0.11"
22+
"phpstan/phpstan": "^0.12.10"
2323
},
2424
"replace": {
2525
"jakubboucek/composer-vendor-checker": "self.version"

0 commit comments

Comments
 (0)