@@ -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 | |
@@ -158,6 +158,7 @@ |
||
| 158 | 158 | /** |
| 159 | 159 | * Prepare key |
| 160 | 160 | * |
| 161 | + * @param string $key |
|
| 161 | 162 | * @return string |
| 162 | 163 | */ |
| 163 | 164 | public static function prepare($key) |