@@ -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\RowInterface |
|
35 | 35 | */ |
36 | 36 | public function readOne($primary); |
37 | 37 |
@@ -170,7 +170,7 @@ |
||
170 | 170 | * |
171 | 171 | * @param mixed $primary |
172 | 172 | * |
173 | - * @return integer |
|
173 | + * @return boolean |
|
174 | 174 | * @throws NotFoundException |
175 | 175 | */ |
176 | 176 | public function deleteOne($primary) |