Skip to content

Commit 25bbe15

Browse files
committed
chore(phpcs): drop DisallowNonCapturingCatch rule
1 parent c3a67a4 commit 25bbe15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpcs.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@
299299
<rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/>
300300
<rule ref="SlevomatCodingStandard.Namespaces.UseDoesNotStartWithBackslash"/>
301301
<rule ref="SlevomatCodingStandard.Commenting.UselessFunctionDocComment"/>
302-
<rule ref="SlevomatCodingStandard.Exceptions.DisallowNonCapturingCatch"/>
303302
<rule ref="SlevomatCodingStandard.TypeHints.DisallowArrayTypeHintSyntax"/>
304303
<rule ref="SlevomatCodingStandard.Commenting.UselessInheritDocComment"/>
305304
<rule ref="SlevomatCodingStandard.Functions.ArrowFunctionDeclaration">

0 commit comments

Comments
 (0)