| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class AuraSqlEnvModule extends AbstractModule |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param string $dsn Env key for Data Source Name (DSN) |
||
| 14 | * @param string $username Env key for Username for the DSN string |
||
| 15 | * @param string $password Env key for Password for the DSN string |
||
| 16 | * @param string $slave Env key for Comma separated slave host list |
||
| 17 | * @param array<string> $options A key=>value array of driver-specific connection options |
||
| 18 | * @param array<string> $queries Queries to execute after the connection. |
||
| 19 | */ |
||
| 20 | public function __construct( |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritDoc} |
||
| 33 | */ |
||
| 34 | #[Override] |
||
| 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