| Total Complexity | 4 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class ProductFixtureRollback |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var Registry |
||
| 18 | */ |
||
| 19 | private $registry; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @var ProductRepositoryInterface |
||
| 23 | */ |
||
| 24 | private $productRepository; |
||
| 25 | |||
| 26 | 14 | public function __construct(Registry $registry, ProductRepositoryInterface $productRepository) |
|
| 30 | 14 | } |
|
| 31 | |||
| 32 | 14 | public static function create(): ProductFixtureRollback |
|
| 38 | ); |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @param ProductFixture ...$productFixtures |
||
| 43 | * @throws LocalizedException |
||
| 44 | */ |
||
| 45 | 14 | public function execute(ProductFixture ...$productFixtures): void |
|
| 57 |
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