| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 18 | public function __construct( |
||
| 19 | private readonly string $dsn, |
||
| 20 | private readonly string $username = '', |
||
| 21 | #[SensitiveParameter] |
||
| 22 | private readonly string $password = '', |
||
| 23 | /** @var array<string> */ |
||
| 24 | private readonly array $options = [], |
||
| 25 | /** @var array<string> */ |
||
| 26 | private readonly array $queries = [] |
||
| 27 | ) { |
||
| 28 | } |
||
| 41 |
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