Skip to content

Commit ef3d438

Browse files
committed
ignore phpstan error in Teradata
1 parent 3f057dc commit ef3d438

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Definition/Teradata.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ private function validateLOBLength($length, array $maxTab): bool
637637
// with unit
638638
return $out[1] <= $maxTab[$out[2]] && $out[1] >= 1;
639639
}
640+
//@phpstan-ignore-next-line
640641
return false;
641642
}
642643

0 commit comments

Comments
 (0)