We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb82157 + be53db0 commit 807b3a6Copy full SHA for 807b3a6
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