Add fix phpcbf command to composer.json

This allows to use the phpcbf easily

Change-Id: I159e3d6c0cb4d767d86036754e4943e59591d410
This commit is contained in:
Umherirrender 2017-04-29 13:09:14 +02:00
parent b228828a3e
commit 100da38e8f

View file

@ -4,6 +4,7 @@
"mediawiki/mediawiki-codesniffer": "0.7.2"
},
"scripts": {
"fix": "phpcbf",
"test": [
"parallel-lint . --exclude vendor",
"phpcs -p -s"