@@ -22,7 +22,7 @@ |
||
22 | 22 | * SQLSelect constructor. |
23 | 23 | * |
24 | 24 | * @param PersistenceService $persistence |
25 | - * @param $entity |
|
25 | + * @param string $entity |
|
26 | 26 | */ |
27 | 27 | public function __construct(PersistenceService $persistence, $entity) |
28 | 28 | { |
@@ -16,6 +16,9 @@ |
||
16 | 16 | return []; |
17 | 17 | } |
18 | 18 | |
19 | + /** |
|
20 | + * @param string $tableName |
|
21 | + */ |
|
19 | 22 | public function getColsOfTable($tableName) |
20 | 23 | { |
21 | 24 | return array_keys($this->getMetaData($tableName)); |