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 f380eaa + d036236 commit 367f4d1Copy full SHA for 367f4d1
templates/phpcs.xml.dist
@@ -9,8 +9,8 @@
9
<arg name="extensions" value="php"/>
10
<file>.</file>
11
12
- <!-- Show sniff codes in all reports -->
13
- <arg value="s"/>
+ <!-- Show progress and sniff codes in all reports -->
+ <arg value="ps"/>
14
15
<exclude-pattern>*/node_modules/*</exclude-pattern>
16
<exclude-pattern>*/vendor/*</exclude-pattern>
0 commit comments