Skip to content

Commit 107892e

Browse files
authored
Merge pull request #395 from keboola/pepa_fixes
[input-mapping,outupt-mapping]: Fix missing return types of lists in results
2 parents 0025841 + 5bb5830 commit 107892e

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)