Skip to content

Commit e8ff083

Browse files
committed
set default phpcs report as full format
1 parent b87d198 commit e8ff083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
55
<!-- <arg name="report" value="source" /> -->
66
<!-- <arg name="report" value="summary" /> -->
7-
<arg name="report" value="diff" />
8-
<!-- <arg name="report" value="full" /> -->
7+
<!-- <arg name="report" value="diff" /> -->
8+
<arg name="report" value="full" />
99
<arg name="report-width" value="80" />
1010
<arg name="colors" />
1111
<arg name="encoding" value="utf-8" />

0 commit comments

Comments
 (0)