File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 5151
5252
5353 - stage : Static Analysis (informative)
54- install :
55- # Install PHPStan
56- - travis_retry composer create-project phpstan/phpstan-shim temp/phpstan --no-progress
57- - travis_retry composer install --no-progress --prefer-dist
5854 script :
59- - php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 src
55+ - composer run-script phpstan
6056
6157
6258 - stage : Code Coverage
Original file line number Diff line number Diff line change 2424 "nette/tester" : " ^2.0" ,
2525 "nette/di" : " ^v3.0" ,
2626 "mockery/mockery" : " ^1.0.0" ,
27- "tracy/tracy" : " ^2.4"
27+ "tracy/tracy" : " ^2.4" ,
28+ "phpstan/phpstan-nette" : " ^0.12"
2829 },
2930 "conflict" : {
3031 "nette/di" : " <3.0-stable"
3334 "classmap" : [" src/" ]
3435 },
3536 "minimum-stability" : " dev" ,
37+ "scripts" : {
38+ "phpstan" : " phpstan analyse --level 5 --configuration tests/phpstan.neon src" ,
39+ "tester" : " tester tests -s"
40+ },
3641 "extra" : {
3742 "branch-alias" : {
3843 "dev-master" : " 3.0-dev"
Original file line number Diff line number Diff line change 1+ includes :
2+ - ../vendor/phpstan/phpstan-nette/extension.neon
You can’t perform that action at this time.
0 commit comments