Skip to content

Commit cd1ae1c

Browse files
jrfnlkukulich
authored andcommitted
Docs/RequireNumericLiteralSeparator: annotate default property values
1 parent fe0381d commit cd1ae1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/numbers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Requires use of numeric literal separators.
1111
This sniff provides the following setting:
1212

1313
* `enable`: either to enable or not this sniff. By default, it is enabled for PHP versions 7.4 or higher.
14-
* `minDigitsBeforeDecimalPoint`: the minimum digits before decimal point to require separator.
15-
* `minDigitsAfterDecimalPoint`: the minimum digits after decimal point to require separator.
16-
* `ignoreOctalNumbers`: to ignore octal numbers.
14+
* `minDigitsBeforeDecimalPoint` (default: `4`): the minimum digits before decimal point to require separator.
15+
* `minDigitsAfterDecimalPoint` (default: `4`): the minimum digits after decimal point to require separator.
16+
* `ignoreOctalNumbers` (default: `true`): to ignore octal numbers.

0 commit comments

Comments
 (0)