mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 22:03:41 +00:00
Add fix phpcbf command to composer.json
This allows to use the phpcbf easily Change-Id: I159e3d6c0cb4d767d86036754e4943e59591d410
This commit is contained in:
parent
b228828a3e
commit
100da38e8f
|
@ -4,6 +4,7 @@
|
|||
"mediawiki/mediawiki-codesniffer": "0.7.2"
|
||||
},
|
||||
"scripts": {
|
||||
"fix": "phpcbf",
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor",
|
||||
"phpcs -p -s"
|
||||
|
|
Loading…
Reference in a new issue