We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb82157 commit be53db0Copy full SHA for be53db0
composer.json
@@ -63,8 +63,8 @@
63
],
64
"unit-tests": "phpunit",
65
"cs" : [
66
- "phpcs src --standard=PSR12 --encoding=UTF-8",
67
- "phpcs test --standard=PSR12 --encoding=UTF-8"
+ "phpcs src --standard=PSR12 --encoding=UTF-8 --exclude=Generic.Files.LineLength",
+ "phpcs test --standard=PSR12 --encoding=UTF-8 --exclude=Generic.Files.LineLength"
68
69
"cs-fix" : [
70
"phpcbf src --standard=PSR12 --encoding=UTF-8",
0 commit comments