Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Commit

Permalink
Fixed phpstan runner settings
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 20, 2017
1 parent 5205b6d commit bc5fa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,4 +11,4 @@ test:
./vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml

phpstan:
./vendor/bin/phpstan analyse -c phpstan.neon -l 4 .
./vendor/bin/phpstan analyse -c phpstan.neon -l 4 src tests

0 comments on commit bc5fa3a

Please sign in to comment.