We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef3855 commit fd1b288Copy full SHA for fd1b288
1 file changed
src/Database/Validator/Sequence.php
@@ -46,9 +46,7 @@ public function isValid($value): bool
46
return false;
47
}
48
49
- $type = gettype($value);
50
-
51
- if ($type !== 'string') {
+ if (gettype($value) !== 'string') {
52
53
54
0 commit comments