We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3570c0 commit f726131Copy full SHA for f726131
1 file changed
phpcs.xml
@@ -15,10 +15,6 @@
15
<rule ref="PSR12"/>
16
<rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/>
17
18
- <rule ref="PSR1.Files.SideEffects">
19
- <exclude-pattern>src/_autoload.php</exclude-pattern>
20
- </rule>
21
-
22
<!-- Lines can be a little bit longer before they break the build -->
23
<rule ref="Generic.Files.LineLength">
24
<properties>
0 commit comments