Skip to content

Commit 60d35f0

Browse files
committed
style: ignore rule that doesn't apply on PHP < 7.4
1 parent 64a0bcd commit 60d35f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<exclude name="Generic.Formatting.MultipleStatementAlignment"/>
1919
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
2020
<exclude name="SlevomatCodingStandard.Functions.StaticClosure"/>
21+
<exclude name="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator.RequiredNullCoalesceEqualOperator"/>
2122
</rule>
2223

2324
<file>src/</file>

0 commit comments

Comments
 (0)