Skip to content

Commit 1ea066d

Browse files
committed
Fixed phpcs.xml
1 parent 2de6614 commit 1ea066d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<ruleset>
3-
<file>files/</file>
4-
<exclude-pattern>lib/system/api/*</exclude-pattern>
3+
<file>src</file>
4+
<file>tests</file>
55
<arg name="extensions" value="php" />
66
<arg value="p"/>
77
<arg name="basepath" value="."/>

0 commit comments

Comments
 (0)