Skip to content

Commit 6e95f4a

Browse files
committed
Check new style in new locations
1 parent 59ffb9f commit 6e95f4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpcs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ruleset name="drupalauth">
33
<description>The coding standard for drupalauth.</description>
44

5-
<rule ref="PSR2" />
6-
<file>./lib</file>
7-
<file>./www</file>
5+
<rule ref="PSR12" />
6+
<file>./src</file>
7+
<file>./public</file>
88
</ruleset>

0 commit comments

Comments
 (0)