Skip to content

Commit 468d6d9

Browse files
committed
Allow multiple classes in ticket tests
1 parent 96ef757 commit 468d6d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpcs.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@
4949
<exclude-pattern>docs/**/*.php</exclude-pattern>
5050
</exclude>
5151
</rule>
52+
53+
<rule ref="PSR1.Classes.ClassDeclaration.MultipleClasses">
54+
<exclude-pattern>tests/Ticket/*.php</exclude-pattern>
55+
</rule>
5256
</ruleset>

0 commit comments

Comments
 (0)