| 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 | /** | ||
| 22 | * @psalm-suppress UnusedClosureParam | ||
| 23 | * | ||
| 24 | * @throws Exception | ||
| 25 | * @throws Throwable | ||
| 26 | */ | ||
| 27 | 613 | protected function internalExecute(string|null $rawSql): void | |
| 52 | } | ||
| 53 | } | ||
| 54 | } | ||
| 55 | } | ||
| 56 | |||
| 57 | 637 | 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.