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

1
.gitignore vendored
View file

@ -5,5 +5,6 @@
!/.gitignore
!/composer.json
!/Makefile
!/psalm.xml
!/src/**
!/tests/**