Add Psalm for static analysis

This commit is contained in:
Oliver Davies 2020-06-05 21:09:58 +01:00
parent 73160563b3
commit ce05172932
4 changed files with 23 additions and 1 deletions

View file

@ -1,5 +1,8 @@
.PHONY: *
static-code-analysis:
php vendor/bin/psalm --show-info=true
phpcs:
php vendor/bin/phpcs --standard=PSR2 src tests