Add style script

This commit is contained in:
Oliver Davies 2019-04-01 17:42:49 +01:00
parent 035f4fb6c7
commit 638be9eb2b

View file

@ -43,6 +43,7 @@
"sort-packages": true
},
"scripts": {
"style": "php-cs-fixer fix",
"test": "phpunit"
}
}