Skip to content

Commit de28430

Browse files
authored
Use quiet mode for phpcs (#44)
phpcs wrongly outputs the progress bar and timing information on stdout. This will change in v4, see squizlabs/PHP_CodeSniffer@d4f33db
1 parent fd522a3 commit de28430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ php-cs-fixer --format=checkstyle | vendor/bin/cs2pr
7373
### Using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
7474

7575
```bash
76-
phpcs --report=checkstyle /path/to/code | vendor/bin/cs2pr
76+
phpcs --report=checkstyle -q /path/to/code | vendor/bin/cs2pr
7777
```
7878

7979
## phpunit support?

0 commit comments

Comments
 (0)