Skip to content

Commit 8285e23

Browse files
author
mfris
committed
numeric literal separator sniffs excluded
1 parent 59489c3 commit 8285e23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpcs.ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<exclude name="SlevomatCodingStandard.ControlStructures.RequireMultiLineTernaryOperator"/>
2929
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing"/>
3030
<exclude name="SlevomatCodingStandard.Functions.DisallowArrowFunction"/>
31+
<exclude name="SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator"/>
32+
<exclude name="SlevomatCodingStandard.Numbers.DisallowNumericLiteralSeparator"/>
3133
<exclude name="SlevomatCodingStandard.Functions.TrailingCommaInCall"/><!-- for php 7.2 -->
3234
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint"/><!-- explicitly add for php 7.4 -->
3335
<exclude name="SlevomatCodingStandard.Functions.ArrowFunctionDeclaration"/><!-- explicitly add for php 7.4 -->

0 commit comments

Comments
 (0)