Skip to content

Commit 5a80b39

Browse files
committed
Add custom code-sniffer rule
1 parent 7ab1770 commit 5a80b39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpcs.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88

99
<file>src</file>
1010
<file>templates</file>
11+
<file>public</file>
1112
<file>tests</file>
12-
<file>www</file>
1313

1414
<!-- This is the rule we inherit from. If you want to exclude some specific rules, see the docs on how to do that -->
1515
<rule ref="PSR12"/>
16+
<rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/>
1617
</ruleset>

0 commit comments

Comments
 (0)