@@ -232,7 +232,7 @@ |
||
| 232 | 232 | * @param string $boolean |
| 233 | 233 | * @param string[] $columns |
| 234 | 234 | * |
| 235 | - * @return mixed |
|
| 235 | + * @return \Illuminate\Support\Collection |
|
| 236 | 236 | */ |
| 237 | 237 | public function where($column, $operator = '=', $value = null, $boolean = 'and', array $columns = ['*']) |
| 238 | 238 | { |
@@ -75,7 +75,7 @@ |
||
| 75 | 75 | * @param string $boolean |
| 76 | 76 | * @param string[] $columns |
| 77 | 77 | * |
| 78 | - * @return mixed |
|
| 78 | + * @return Collection |
|
| 79 | 79 | */ |
| 80 | 80 | public function where($column, $operator = '=', $value = null, $boolean = 'and', array $columns = ['*']) |
| 81 | 81 | { |