@@ -158,7 +158,7 @@ |
||
| 158 | 158 | /** |
| 159 | 159 | * Find a single row by ID. |
| 160 | 160 | * |
| 161 | - * @param mixed $id |
|
| 161 | + * @param string $id |
|
| 162 | 162 | * @param bool $includeData |
| 163 | 163 | * |
| 164 | 164 | * @return array|null |
@@ -186,7 +186,7 @@ discard block |
||
| 186 | 186 | } |
| 187 | 187 | |
| 188 | 188 | /** |
| 189 | - * @param $id |
|
| 189 | + * @param string $id |
|
| 190 | 190 | * @return bool|string |
| 191 | 191 | */ |
| 192 | 192 | private function normalizeKey($id) |
@@ -202,7 +202,7 @@ discard block |
||
| 202 | 202 | } |
| 203 | 203 | |
| 204 | 204 | /** |
| 205 | - * @param mixed $value |
|
| 205 | + * @param string $value |
|
| 206 | 206 | * @return mixed |
| 207 | 207 | */ |
| 208 | 208 | private function encode($value) |