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 8dcc13f commit 8b8a622Copy full SHA for 8b8a622
build.xml
@@ -42,7 +42,6 @@
42
<arg value="--extensions=php"/>
43
<arg value="--encoding=utf-8"/>
44
<arg value="--tab-width=4"/>
45
- <arg value="--ignore=tests/*/data"/>
46
<arg value="-sp"/>
47
<arg path="src"/>
48
<arg path="tests"/>
@@ -59,7 +58,6 @@
59
58
60
61
62
63
64
65
phpcs.xml
@@ -36,4 +36,5 @@
36
<property name="enableVoidTypeHint" type="false" />
37
</properties>
38
</rule>
39
+ <exclude-pattern>tests/*/data</exclude-pattern>
40
</ruleset>
0 commit comments