We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12673ab commit 48a65d8Copy full SHA for 48a65d8
1 file changed
phpcs.xml
@@ -6,11 +6,11 @@
6
By default it is less stringent about long lines than other coding standards
7
</description>
8
9
- <directory>config-templates</directory>
10
- <directory>lib</directory>
11
- <directory>templates</directory>
12
- <directory>tests</directory>
13
- <directory>www</directory>
+ <file>config-templates</file>
+ <file>lib</file>
+ <file>templates</file>
+ <file>tests</file>
+ <file>www</file>
14
15
<!-- Exclude old PHP templates (and related); they are removed in SSP 2.0 -->
16
<exclude-pattern>templates/*.tpl.php</exclude-pattern>
0 commit comments