Skip to content

Commit 3c4abe7

Browse files
committed
update type on related method
1 parent ff517cc commit 3c4abe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Platforms/AbstractPlatform.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ public function getInlineColumnCommentSQL(string $comment): string
944944
* @param mixed[][] $columns
945945
* @param mixed[] $options
946946
*
947-
* @return array<int, string>
947+
* @return list<string>
948948
*/
949949
protected function _getCreateTableSQL(string $name, array $columns, array $options = []): array
950950
{

0 commit comments

Comments
 (0)