| Total Complexity | 4 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Coverage | 90.91% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class PrimeConnectionFactory implements ConnectionDriverConfiguratorInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var ContainerInterface |
||
| 20 | */ |
||
| 21 | private $container; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param ContainerInterface $container |
||
| 25 | */ |
||
| 26 | 4 | public function __construct(ContainerInterface $container) |
|
| 29 | 4 | } |
|
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritDoc} |
||
| 33 | */ |
||
| 34 | 4 | public function getSupportedDrivers(): array |
|
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritDoc} |
||
| 41 | */ |
||
| 42 | 1 | public function configure(Configuration $config, SerializerInterface $serializer): ConnectionDriverInterface |
|
| 52 | } |
||
| 53 | } |
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