remove bc check for now

This commit is contained in:
Jaapio
2019-12-13 15:31:58 +01:00
parent 0bbc74b119
commit 043df2c565
2 changed files with 1 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ phpcs:
.PHONY: phpstan
phpstan:
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpstan-ga:latest analyse src --debug --no-progress --level max --configuration phpstan.neon
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpstan-ga:latest analyse src --no-progress --level max --configuration phpstan.neon
.PHONY: psaml
psalm: