@@ -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 | |
@@ -173,7 +173,7 @@ |
||
| 173 | 173 | * |
| 174 | 174 | * @param mixed $primary |
| 175 | 175 | * |
| 176 | - * @return integer |
|
| 176 | + * @return boolean |
|
| 177 | 177 | * @throws NotFoundException |
| 178 | 178 | * @throws TableNotFoundException |
| 179 | 179 | */ |
@@ -45,6 +45,7 @@ discard block |
||
| 45 | 45 | * </code> |
| 46 | 46 | * |
| 47 | 47 | * @param string[] ...$conditions optional the query restriction predicates |
| 48 | + * @param string $conditions |
|
| 48 | 49 | * |
| 49 | 50 | * @return $this |
| 50 | 51 | */ |
@@ -69,6 +70,7 @@ discard block |
||
| 69 | 70 | * </code> |
| 70 | 71 | * |
| 71 | 72 | * @param string[] ...$conditions Optional the query restriction predicates |
| 73 | + * @param string $conditions |
|
| 72 | 74 | * |
| 73 | 75 | * @return $this |
| 74 | 76 | */ |