Skip to content

Commit 380ac95

Browse files
committed
Fixed code style issue
1 parent 869f992 commit 380ac95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Doctrine/DBAL/Types/PrimaryStringType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ public function getSQLDeclaration(array $column, AbstractPlatform $platform): st
2727
$column['length'] = 255;
2828

2929
return $platform->getStringTypeDeclarationSQL($column);
30-
3130
}
3231
}

0 commit comments

Comments
 (0)