File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ Requires use of numeric literal separators.
1111This 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.
You can’t perform that action at this time.
0 commit comments