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 fd522a3 commit de28430Copy full SHA for de28430
README.md
@@ -73,7 +73,7 @@ php-cs-fixer --format=checkstyle | vendor/bin/cs2pr
73
### Using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
74
75
```bash
76
-phpcs --report=checkstyle /path/to/code | vendor/bin/cs2pr
+phpcs --report=checkstyle -q /path/to/code | vendor/bin/cs2pr
77
```
78
79
## phpunit support?
0 commit comments