Skip to content

Commit e38eb8e

Browse files
committed
Suppress PHPCS-warning
1 parent 2f389b9 commit e38eb8e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

phpcs.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
<rule ref="PSR1.Methods.CamelCapsMethodName">
3434
<exclude-pattern>lib/SimpleSAML/XHTML/Template.php</exclude-pattern>
3535
</rule>
36+
37+
<rule ref="PSR1.Files.SideEffects">
38+
<exclude-pattern>src/_autoload_modules.php</exclude-pattern>
39+
</rule>
3640
</ruleset>
3741

0 commit comments

Comments
 (0)