We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c2904 commit 32f0a1bCopy full SHA for 32f0a1b
src/Expressions/Literals/Integer.php
@@ -40,7 +40,7 @@ public function __construct($value)
40
throw new TypeError(
41
'A non-integer string has been provided: "'.$value.'".'
42
);
43
- } elseif (is_string($value) && $parsedValue !== $value)) {
+ } elseif (is_string($value) && $parsedValue !== $value) {
44
45
'A non-integer string has been provided: "'.$value.'", should be something like "'.$parsedValue.'".'
46
0 commit comments