File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4141
4242
4343 - stage : Static Analysis (informative)
44- install :
45- # Install PHPStan
46- - travis_retry composer create-project phpstan/phpstan-shim temp/phpstan --no-progress
47- - travis_retry composer install --no-progress --prefer-dist
4844 script :
49- - php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 src
45+ - composer run-script phpstan
5046
5147
5248 - stage : Code Coverage
Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "nette/tester" : " ^2.0" ,
25- "tracy/tracy" : " ^2.3"
25+ "tracy/tracy" : " ^2.3" ,
26+ "phpstan/phpstan" : " ^0.12"
2627 },
2728 "autoload" : {
2829 "classmap" : [" src/" ]
2930 },
3031 "minimum-stability" : " dev" ,
32+ "scripts" : {
33+ "phpstan" : " phpstan analyse --level 5 src" ,
34+ "tester" : " tester tests -s"
35+ },
3136 "extra" : {
3237 "branch-alias" : {
3338 "dev-master" : " 3.2-dev"
You can’t perform that action at this time.
0 commit comments