1
0
mirror of synced 2024-11-22 11:56:03 +03:00

Update Makefile

This commit is contained in:
Alex Lushpai 2019-06-28 14:00:19 +03:00 committed by GitHub
parent 80a6982522
commit 8b434ebf80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ test:
stan:
@echo "==> Running analysis"
@php $(BIN_DIR)/phpstan analyse -c $(ROOT_DIR)/phpstan.neon
@php $(BIN_DIR)/phpstan analyse -a $(ROOT_DIR)/extra/autoloader.php -l 4 src
@echo "==> Analysis complete"
travis: test stan