@@ -19,6 +19,9 @@ discard block |
||
| 19 | 19 | */ |
| 20 | 20 | protected $connection = null; |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param Connection $connection |
|
| 24 | + */ |
|
| 22 | 25 | public function __construct($connection) |
| 23 | 26 | { |
| 24 | 27 | $this->connection = $connection; |
@@ -27,7 +30,7 @@ discard block |
||
| 27 | 30 | /** |
| 28 | 31 | * Get a table gateway for the given table name |
| 29 | 32 | * |
| 30 | - * @param $tableName |
|
| 33 | + * @param string $tableName |
|
| 31 | 34 | * |
| 32 | 35 | * @return RelationalTableGatewayWithConditions |
| 33 | 36 | */ |