| Total Complexity | 12 |
| Total Lines | 49 |
| Duplicated Lines | 0 % |
| Coverage | 88% |
| Changes | 4 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | final class CommandPDOMssql extends CommandPDO |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @inheritDoc |
||
| 18 | */ |
||
| 19 | 2 | public function insertEx(string $table, array $columns): bool|array |
|
| 31 | } |
||
| 32 | |||
| 33 | 214 | public function queryBuilder(): QueryBuilderInterface |
|
| 36 | } |
||
| 37 | |||
| 38 | 203 | protected function internalExecute(?string $rawSql): void |
|
| 68 |
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