Skip to content

Commit 40111dc

Browse files
committed
[2386] rollback phpdoc change
1 parent cae6758 commit 40111dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Phinx/Db/Adapter/AdapterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public function truncateTable(string $tableName): void;
428428
* Returns table columns
429429
*
430430
* @param string $tableName Table name
431-
* @return list<\Phinx\Db\Table\Column>
431+
* @return \Phinx\Db\Table\Column[]
432432
*/
433433
public function getColumns(string $tableName): array;
434434

0 commit comments

Comments
 (0)