## Numbers #### SlevomatCodingStandard.Numbers.DisallowNumericLiteralSeparator 🔧 Disallows numeric literal separators. #### SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator Requires use of numeric literal separators. This sniff provides the following setting: * `enable`: either to enable or not this sniff. By default, it is enabled for PHP versions 7.4 or higher. * `minDigitsBeforeDecimalPoint`: the minimum digits before decimal point to require separator. * `minDigitsAfterDecimalPoint`: the minimum digits after decimal point to require separator. * `ignoreOctalNumbers`: to ignore octal numbers.
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| arrays.md | File | 1.58 KB | 0644 |
|
| attributes.md | File | 1.75 KB | 0644 |
|
| classes.md | File | 13.82 KB | 0644 |
|
| commenting.md | File | 5.72 KB | 0644 |
|
| complexity.md | File | 288 B | 0644 |
|
| control-structures.md | File | 9.32 KB | 0644 |
|
| exceptions.md | File | 1.14 KB | 0644 |
|
| files.md | File | 2.54 KB | 0644 |
|
| functions.md | File | 5.21 KB | 0644 |
|
| namespaces.md | File | 7.76 KB | 0644 |
|
| numbers.md | File | 625 B | 0644 |
|
| operators.md | File | 1.11 KB | 0644 |
|
| php.md | File | 3.09 KB | 0644 |
|
| strings.md | File | 392 B | 0644 |
|
| type-hints.md | File | 10.71 KB | 0644 |
|
| variables.md | File | 749 B | 0644 |
|
| whitespaces.md | File | 623 B | 0644 |
|