Add lint script

This commit is contained in:
Oliver Davies 2019-04-18 21:12:34 +01:00
parent 0346f25f96
commit e863de7133

View file

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