Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class CustomerFixtureRollback |
||
15 | { |
||
16 | /** |
||
17 | * @var Registry |
||
18 | */ |
||
19 | private $registry; |
||
20 | /** |
||
21 | * @var CustomerRepositoryInterface |
||
22 | */ |
||
23 | private $customerRepository; |
||
24 | |||
25 | 10 | public function __construct(Registry $registry, CustomerRepositoryInterface $customerRepository) |
|
29 | 10 | } |
|
30 | |||
31 | 10 | public static function create(): CustomerFixtureRollback |
|
37 | ); |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @param CustomerFixture ...$customerFixtures |
||
42 | * @throws LocalizedException |
||
43 | */ |
||
44 | 10 | public function execute(CustomerFixture ...$customerFixtures): void |
|
56 |
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