Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit f7454b7

Browse files
committed
Sniff renamed
1 parent e2889e0 commit f7454b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZendCodingStandard/ruleset.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
<!-- Format of strict type declaration -->
287287
<rule ref="WebimpressCodingStandard.PHP.DeclareStrictTypes"/>
288288
<!-- Forbid useless parentheses -->
289-
<rule ref="WebimpressCodingStandard.Formatting.UnnecessaryParentheses"/>
289+
<rule ref="WebimpressCodingStandard.Formatting.RedundantParentheses"/>
290290
<!-- Forbid redundant semicolons -->
291291
<rule ref="WebimpressCodingStandard.PHP.RedundantSemicolon"/>
292292
<!-- Require use of short versions of scalar types (i.e. int instead of integer) -->

0 commit comments

Comments
 (0)