@@ -164,7 +164,7 @@ |
||
| 164 | 164 | /** |
| 165 | 165 | * Return the value for callable |
| 166 | 166 | * |
| 167 | - * @param callable|mixed $value |
|
| 167 | + * @param callable $value |
|
| 168 | 168 | * |
| 169 | 169 | * @return mixed |
| 170 | 170 | */ |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | * |
| 32 | 32 | * @param mixed $primary |
| 33 | 33 | * |
| 34 | - * @return mixed |
|
| 34 | + * @return \Bluz\Db\Row |
|
| 35 | 35 | */ |
| 36 | 36 | public function readOne($primary); |
| 37 | 37 | |