@@ -119,7 +119,7 @@ discard block |
||
| 119 | 119 | * |
| 120 | 120 | * @param array $parameters |
| 121 | 121 | * |
| 122 | - * @return object $this |
|
| 122 | + * @return QueryBuilderTrait $this |
|
| 123 | 123 | */ |
| 124 | 124 | protected function options($parameters) |
| 125 | 125 | { |
@@ -143,7 +143,7 @@ discard block |
||
| 143 | 143 | * |
| 144 | 144 | * @param array $parameters |
| 145 | 145 | * |
| 146 | - * @return object $this |
|
| 146 | + * @return QueryBuilderTrait $this |
|
| 147 | 147 | */ |
| 148 | 148 | protected function where(...$parameters) |
| 149 | 149 | { |
@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | * @param string $name |
| 172 | 172 | * @param string $direction |
| 173 | 173 | * |
| 174 | - * @return object $this |
|
| 174 | + * @return QueryBuilderTrait $this |
|
| 175 | 175 | */ |
| 176 | 176 | protected function orderBy($name, $direction = 'desc') |
| 177 | 177 | { |
@@ -145,7 +145,7 @@ |
||
| 145 | 145 | /** |
| 146 | 146 | * Count the total pages and return. |
| 147 | 147 | * |
| 148 | - * @return mixed |
|
| 148 | + * @return integer |
|
| 149 | 149 | */ |
| 150 | 150 | public function countPages() |
| 151 | 151 | { |