Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
23 | final class DeleteJob |
||
24 | { |
||
25 | /** |
||
26 | * @var \Illuminate\Support\Collection |
||
27 | */ |
||
28 | private $searchables; |
||
29 | |||
30 | /** |
||
31 | * DeleteJob constructor. |
||
32 | * |
||
33 | * @param \Illuminate\Support\Collection $searchables |
||
34 | * |
||
35 | * @return void |
||
36 | */ |
||
37 | public function __construct(Collection $searchables) |
||
38 | { |
||
39 | $this->searchables = $searchables; |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * @param \Algolia\AlgoliaSearch\Interfaces\ClientInterface $client |
||
44 | * |
||
45 | * @return void |
||
46 | */ |
||
47 | public function handle(ClientInterface $client): void |
||
63 | } |
||
64 | } |
||
66 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths