| @@ -12,7 +12,7 @@ | ||
| 12 | 12 | /** | 
| 13 | 13 | * @param Builder $src | 
| 14 | 14 | * @param OperationInterface|SortOperation $operation | 
| 15 | - * @return mixed | |
| 15 | + * @return Builder | |
| 16 | 16 | */ | 
| 17 | 17 | public function process($src, OperationInterface $operation) | 
| 18 | 18 |      { | 
| @@ -14,7 +14,7 @@ | ||
| 14 | 14 | * @param Builder|EloquentBuilder $src | 
| 15 | 15 | * @param OperationInterface[] $operations | 
| 16 | 16 | */ | 
| 17 | - public function __construct($src, array $operations = []) | |
| 17 | + public function __construct($src, array $operations = [ ]) | |
| 18 | 18 |      { | 
| 19 | 19 | $this->operations()->set($operations); | 
| 20 | 20 | $this->processingService = new EloquentProcessingService( | 
| @@ -12,7 +12,7 @@ | ||
| 12 | 12 | /** | 
| 13 | 13 | * @param Builder $src | 
| 14 | 14 | * @param OperationInterface|SortOperation $operation | 
| 15 | - * @return mixed | |
| 15 | + * @return Builder | |
| 16 | 16 | */ | 
| 17 | 17 | public function process($src, OperationInterface $operation) | 
| 18 | 18 |      { | 
| @@ -12,7 +12,7 @@ | ||
| 12 | 12 | /** | 
| 13 | 13 | * @param Builder $src | 
| 14 | 14 | * @param OperationInterface|SortOperation $operation | 
| 15 | - * @return mixed | |
| 15 | + * @return Builder | |
| 16 | 16 | */ | 
| 17 | 17 | public function process($src, OperationInterface $operation) | 
| 18 | 18 |      { |