@@ -280,7 +280,7 @@ |
||
280 | 280 | } |
281 | 281 | |
282 | 282 | /** |
283 | - * @param mixed $collection |
|
283 | + * @param Firm\Benefit[] $collection |
|
284 | 284 | */ |
285 | 285 | private function forget($collection) |
286 | 286 | { |
@@ -242,7 +242,7 @@ |
||
242 | 242 | } |
243 | 243 | |
244 | 244 | /** |
245 | - * @param mixed $collection |
|
245 | + * @param Tag[] $collection |
|
246 | 246 | */ |
247 | 247 | private function forget($collection) |
248 | 248 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Coyote\Services\Elasticsearch\CharFilters\JobFilter; |
9 | 9 | use Illuminate\Database\Eloquent\Model; |
10 | 10 | use Illuminate\Database\Eloquent\SoftDeletes; |
11 | -use Illuminate\Queue\SerializesModels; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * @property int $id |
@@ -12,7 +12,7 @@ discard block |
||
12 | 12 | private $relations; |
13 | 13 | |
14 | 14 | /** |
15 | - * @param string|string[] $relations |
|
15 | + * @param string $relations |
|
16 | 16 | */ |
17 | 17 | public function __construct($relations) |
18 | 18 | { |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | /** |
23 | 23 | * @param \Illuminate\Database\Eloquent\Builder $model |
24 | 24 | * @param Repository $repository |
25 | - * @return mixed |
|
25 | + * @return \Illuminate\Database\Eloquent\Builder |
|
26 | 26 | */ |
27 | 27 | public function apply($model, Repository $repository) |
28 | 28 | { |