We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d825faa + 03bc638 commit 18ffa82Copy full SHA for 18ffa82
phpcs.xml
@@ -12,15 +12,15 @@
12
<arg value="p"/>
13
14
<!-- 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>
+ <file>Helpers</file>
+ <file>Proxy</file>
+ <file>ConverterAware.php</file>
+ <file>InvokerAware.php</file>
+ <file>MultitonAware.php</file>
+ <file>SortCallbackAware.php</file>
+ <file>StaticProxyAware.php</file>
+ <file>TapAware.php</file>
+ <file>TapObjectAware.php</file>
24
25
<!-- Include rules from the Qubus Coding Standard -->
26
<rule ref="QubusCodingStandard"/>
0 commit comments