| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 90% |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 17 | class PrimeConnectionFactory implements ConnectionDriverConfiguratorInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var ContainerInterface |
||
| 21 | */ |
||
| 22 | private $container; |
||
| 23 | |||
| 24 | 6 | public function __construct(ContainerInterface $container) |
|
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritDoc} |
||
| 31 | */ |
||
| 32 | 6 | public function getSupportedDrivers(): array |
|
| 33 | { |
||
| 34 | 6 | return ['prime']; |
|
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritDoc} |
||
| 39 | */ |
||
| 40 | 1 | public function configure(Configuration $config, SerializerInterface $serializer): ConnectionDriverInterface |
|
| 50 | } |
||
| 51 | } |
||
| 52 |
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