We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab1770 commit 5a80b39Copy full SHA for 5a80b39
phpcs.xml
@@ -8,9 +8,10 @@
8
9
<file>src</file>
10
<file>templates</file>
11
+ <file>public</file>
12
<file>tests</file>
- <file>www</file>
13
14
<!-- This is the rule we inherit from. If you want to exclude some specific rules, see the docs on how to do that -->
15
<rule ref="PSR12"/>
16
+ <rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/>
17
</ruleset>
0 commit comments