Commit 52b8451
committed
Modernize: use numeric literal separators
Since PHP 7.4, PHP allows using numeric literal separators in integers and floats to improve the readability of long numbers.
As this codebase has dropped support for PHP < 7.4 by now, we can apply this modernization to all long numbers in this codebase.
Ref:
* https://wiki.php.net/rfc/numeric_literal_separator1 parent dea7c7b commit 52b8451
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments