We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5994117 commit 11347f4Copy full SHA for 11347f4
phpcs.xml
@@ -40,6 +40,7 @@
40
</rule>
41
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure.UnusedInheritedVariable">
42
<exclude-pattern>src/Command/CommandHelper.php</exclude-pattern>
43
+ <exclude-pattern>src/Testing/TestCase.php</exclude-pattern>
44
45
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException">
46
<exclude-pattern>tests</exclude-pattern>
0 commit comments