Skip to content

Commit dd5608c

Browse files
Fix phpdoc getComment() in ColumnSchema::class. (#248)
* Fix phpdoc `getComment()` in ColumnSchema::class. (#248) Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
1 parent b8642c7 commit dd5608c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Schema/ColumnSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public function isUnsigned(): bool
268268
}
269269

270270
/**
271-
* @return string comment of this column. Not all DBMS support this.
271+
* @return string|null comment of this column. Not all DBMS support this.
272272
*/
273273
public function getComment(): ?string
274274
{

0 commit comments

Comments
 (0)