Skip to content

Commit 11ec9a0

Browse files
committed
cs
1 parent 9879efd commit 11ec9a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Definition/Teradata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public function __construct(string $type, array $options = [])
341341
parent::__construct($type, $options);
342342
}
343343

344-
private function consolidateLength(string $type, $length = null): ?string
344+
private function consolidateLength(string $type, ?string $length = null): ?string
345345
{
346346
if ($length !== null
347347
&& array_key_exists($type, self::TYPES_WITH_INVALID_DEFAULT_LENGTH)

0 commit comments

Comments
 (0)