| Total Complexity | 10 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 3 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 19 | final class CommandPDO extends AbstractCommandPDO |
||
| 20 | { |
||
| 21 | 637 | /** |
|
| 22 | * @psalm-suppress UnusedClosureParam |
||
| 23 | 637 | * |
|
| 24 | * @throws Exception |
||
| 25 | * @throws Throwable |
||
| 26 | */ |
||
| 27 | protected function internalExecute(string|null $rawSql): void |
||
| 52 | 30 | } |
|
| 53 | 30 | } |
|
| 54 | } |
||
| 55 | 30 | } |
|
| 56 | 30 | ||
| 57 | protected function getQueryBuilder(): QueryBuilderInterface |
||
| 62 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.