| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class Factory implements FactoryInterface |
||
| 14 | { |
||
| 15 | public function __construct( |
||
| 16 | private SchemeCollectionInterface $scheme, |
||
| 17 | private readonly UriFactory $uri, |
||
|
|
|||
| 18 | ) { |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Set scheme collection |
||
| 23 | * |
||
| 24 | * @codeCoverageIgnore |
||
| 25 | */ |
||
| 26 | #[Inject(optional: true)] |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritDoc} |
||
| 34 | * |
||
| 35 | * @throws UriException |
||
| 36 | */ |
||
| 37 | #[Override] |
||
| 48 | } |
||
| 49 | } |
||
| 50 |
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