Add phpcbf script to fix whitespace problems

Change-Id: Id5ae6b541ae71d64050beb3d5e601e9bf179dd6e
This commit is contained in:
physikerwelt 2015-11-28 00:57:25 +01:00 committed by Physikerwelt
parent f4e593e8cc
commit fb3848e4bc
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
"test": [
"parallel-lint . --exclude vendor",
"phpcs -p -s"
],
"fix": [
"phpcbf -p"
]
}
}