Skip to content

Commit 18ffa82

Browse files
committed
Fixed phpcs.xml problem.
Signed-off-by: Joshua Parker <[email protected]>
2 parents d825faa + 03bc638 commit 18ffa82

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

phpcs.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<arg value="p"/>
1313

1414
<!-- Paths to check -->
15-
<file>./Helpers</file>
16-
<file>./Proxy</file>
17-
<file>./ConverterAware.php</file>
18-
<file>./InvokerAware.php</file>
19-
<file>./MultitonAware.php</file>
20-
<file>./SortCallbackAware.php</file>
21-
<file>./StaticProxyAware.php</file>
22-
<file>./TapAware.php</file>
23-
<file>./TapObjectAware.php</file>
15+
<file>Helpers</file>
16+
<file>Proxy</file>
17+
<file>ConverterAware.php</file>
18+
<file>InvokerAware.php</file>
19+
<file>MultitonAware.php</file>
20+
<file>SortCallbackAware.php</file>
21+
<file>StaticProxyAware.php</file>
22+
<file>TapAware.php</file>
23+
<file>TapObjectAware.php</file>
2424

2525
<!-- Include rules from the Qubus Coding Standard -->
2626
<rule ref="QubusCodingStandard"/>

0 commit comments

Comments
 (0)