We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f057dc commit ef3d438Copy full SHA for ef3d438
1 file changed
src/Definition/Teradata.php
@@ -637,6 +637,7 @@ private function validateLOBLength($length, array $maxTab): bool
637
// with unit
638
return $out[1] <= $maxTab[$out[2]] && $out[1] >= 1;
639
}
640
+ //@phpstan-ignore-next-line
641
return false;
642
643
0 commit comments