@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | /** |
| 41 | 41 | * ClientLocal constructor. |
| 42 | 42 | * |
| 43 | - * @param $connection |
|
| 43 | + * @param Connection $connection |
|
| 44 | 44 | */ |
| 45 | 45 | public function __construct($connection) |
| 46 | 46 | { |
@@ -194,6 +194,7 @@ discard block |
||
| 194 | 194 | |
| 195 | 195 | /** |
| 196 | 196 | * @inheritDoc |
| 197 | + * @param string $tableName |
|
| 197 | 198 | */ |
| 198 | 199 | public function createEntry($tableName, array $data) |
| 199 | 200 | { |
@@ -205,6 +206,7 @@ discard block |
||
| 205 | 206 | |
| 206 | 207 | /** |
| 207 | 208 | * @inheritDoc |
| 209 | + * @param string $tableName |
|
| 208 | 210 | */ |
| 209 | 211 | public function updateEntry($tableName, $id, array $data) |
| 210 | 212 | { |
@@ -216,6 +218,7 @@ discard block |
||
| 216 | 218 | |
| 217 | 219 | /** |
| 218 | 220 | * @inheritDoc |
| 221 | + * @param string $tableName |
|
| 219 | 222 | */ |
| 220 | 223 | public function deleteEntry($tableName, $ids) |
| 221 | 224 | { |
@@ -192,6 +192,7 @@ discard block |
||
| 192 | 192 | |
| 193 | 193 | /** |
| 194 | 194 | * @inheritDoc |
| 195 | + * @param string $tableName |
|
| 195 | 196 | */ |
| 196 | 197 | public function createEntry($tableName, array $data) |
| 197 | 198 | { |
@@ -203,6 +204,7 @@ discard block |
||
| 203 | 204 | |
| 204 | 205 | /** |
| 205 | 206 | * @inheritDoc |
| 207 | + * @param string $tableName |
|
| 206 | 208 | */ |
| 207 | 209 | public function updateEntry($tableName, $id, array $data) |
| 208 | 210 | { |
@@ -214,6 +216,7 @@ discard block |
||
| 214 | 216 | |
| 215 | 217 | /** |
| 216 | 218 | * @inheritDoc |
| 219 | + * @param string $tableName |
|
| 217 | 220 | */ |
| 218 | 221 | public function deleteEntry($tableName, $ids) |
| 219 | 222 | { |