Skip to content

Commit 5bb5830

Browse files
committed
chore[input-mapping,outupt-mapping]: Fix missing return types of lists in results, get rid of rest of Generators
1 parent 0025841 commit 5bb5830

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Table/Result/TableInfo.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public function getSourceTableId(): ?string
5656
return $this->sourceTableId;
5757
}
5858

59+
/**
60+
* @return Column[]
61+
*/
5962
public function getColumns(): array
6063
{
6164
return $this->columns;

0 commit comments

Comments
 (0)