We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87d198 commit e8ff083Copy full SHA for e8ff083
phpcs.xml.dist
@@ -4,8 +4,8 @@
4
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
5
<!-- <arg name="report" value="source" /> -->
6
<!-- <arg name="report" value="summary" /> -->
7
- <arg name="report" value="diff" />
8
- <!-- <arg name="report" value="full" /> -->
+ <!-- <arg name="report" value="diff" /> -->
+ <arg name="report" value="full" />
9
<arg name="report-width" value="80" />
10
<arg name="colors" />
11
<arg name="encoding" value="utf-8" />
0 commit comments