Skip to content

Commit 358e41c

Browse files
committed
fixes cs tests by excluding autoload functions
1 parent 5fe588d commit 358e41c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

style/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
</properties>
2424
<!-- Generated libs have some properties that break this! -->
2525
<exclude-pattern>Service/*.php</exclude-pattern>
26+
<!-- exclude autoload functions -->
27+
<exclude-pattern>autoload.php</exclude-pattern>
2628
</rule>
2729

2830
<!-- All PHP files MUST use the Unix LF (linefeed) line ending. -->

0 commit comments

Comments
 (0)