We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d299e commit 6be6c94Copy full SHA for 6be6c94
.travis.yml
@@ -16,5 +16,5 @@ before_script:
16
17
script:
18
- vendor/bin/phpunit -c tests.xml
19
- - if [ $(phpenv version-name) != "5.6" ]; then vendor/bin/phpstan analyze -l 4 src; fi
+ - if [ $(phpenv version-name) != "5.6" ]; then composer run-script phpstan; fi
20
composer.json
@@ -28,7 +28,6 @@
28
}
29
},
30
"scripts": {
31
- "phpstan": "phpstan analyse --level 4 src",
32
- "phploc": "phploc --names *.php,*.phtml src"
+ "phpstan": "phpstan analyse --level 4 src"
33
34
0 commit comments