Skip to content

Commit 11347f4

Browse files
committed
Fix build
1 parent 5994117 commit 11347f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
</rule>
4141
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure.UnusedInheritedVariable">
4242
<exclude-pattern>src/Command/CommandHelper.php</exclude-pattern>
43+
<exclude-pattern>src/Testing/TestCase.php</exclude-pattern>
4344
</rule>
4445
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException">
4546
<exclude-pattern>tests</exclude-pattern>

0 commit comments

Comments
 (0)