Skip to content

Commit

Permalink
ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Mar 11, 2024
1 parent e0abb92 commit f34401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "phpunit",
"format": "phpcbf --standard=./phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=./phpcs.xml.dist",
"phpcs": "phpcs --standard=./phpcs.xml.dist"
"phpcs": "phpcs --standard=./phpcs.xml.dist --warning-severity=6"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit f34401a

Please sign in to comment.