| Total Complexity | 10 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 14 | final class CommandPDO extends AbstractCommandPDO |
||
| 15 | { |
||
| 16 | 265 | public function queryBuilder(): QueryBuilderInterface |
|
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @psalm-suppress UnusedClosureParam |
||
| 23 | * |
||
| 24 | * @throws \Yiisoft\Db\Exception\Exception |
||
| 25 | * @throws Throwable |
||
| 26 | */ |
||
| 27 | 242 | protected function internalExecute(string|null $rawSql): void |
|
| 57 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.