Skip to content

Commit f193fc0

Browse files
committed
Use highest phpstan level
1 parent 0537480 commit f193fc0

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
@@ -26,7 +26,7 @@ before_script:
2626
script:
2727
- "! (composer outdated --direct | grep ^)"
2828
- vendor/bin/php-cs-fixer fix --dry-run
29-
- vendor/bin/phpstan analyse --level=7 --configuration=phpstan.neon src tests
29+
- vendor/bin/phpstan analyse --level=max --configuration=phpstan.neon src tests
3030
- vendor/bin/codecept run $coverage
3131

3232
after_success:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@test"
4949
],
5050
"fix": "\"vendor/bin/php-cs-fixer\" fix",
51-
"analyse": "\"vendor/bin/phpstan\" analyse --no-progress --level=7 --configuration=phpstan.neon src tests",
51+
"analyse": "\"vendor/bin/phpstan\" analyse --no-progress --level=max --configuration=phpstan.neon src tests",
5252
"test": [
5353
"\"vendor/bin/codecept\" build",
5454
"\"vendor/bin/codecept\" run --debug"

0 commit comments

Comments
 (0)