| @@ -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 |      { |