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.
1 parent 468980b commit 9671814Copy full SHA for 9671814
tests/syntax.sh
@@ -1,8 +1 @@
1
-# FIXME: Use ruleset.xml
2
-phpcs ../src/Curl.class.php | \
3
- grep -v "| ERROR | Expected \"} else {\\\n\"; found \"}\\\n" | \
4
- grep -v "| ERROR | Missing class doc comment" | \
5
- grep -v "| ERROR | Missing file doc comment" | \
6
- grep -v "| ERROR | Missing function doc comment" | \
7
- grep -v "| ERROR | Opening brace should be on a new line" | \
8
- grep -v "| WARNING | Line exceeds 85 characters;"
+phpcs --standard=PSR2 ../src/Curl.class.php
0 commit comments