Added phpcs script to SublimeText build systems

pull/531/head
fadrian06 1 year ago
parent 7336bd4fd7
commit eadca18a5a

@ -41,7 +41,7 @@
{ {
"name": "Linter - Default", "name": "Linter - Default",
"quiet": true, "quiet": true,
"shell_cmd": "composer lint -- --no-ansi", "shell_cmd": "composer lint -- --no-ansi | composer phpcs -- --no-colors",
} }
], ],
} }

Loading…
Cancel
Save