You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -309,8 +309,8 @@ class EnforceReadonlyPublicPropertyRule {
309
309
```
310
310
311
311
### forbidArithmeticOperationOnNonNumber
312
-
-Allows using [arithmetic operators](https://www.php.net/manual/en/language.operators.arithmetic.php) with non-numeric types (only float and int is allowed)
313
-
- You can allow even numeric-string by using `allowNumericString: true` configuration
312
+
-Disallows using [arithmetic operators](https://www.php.net/manual/en/language.operators.arithmetic.php) with non-numeric types (only float and int is allowed)
313
+
- You can allow numeric-string by using `allowNumericString: true` configuration
314
314
- Modulo operator (`%`) allows only integers as it [emits deprecation otherwise](https://3v4l.org/VpVoq)
0 commit comments