Total Complexity | 5 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 66.67% |
Changes | 0 |
1 | <?php |
||
12 | class Statement extends PDOStatement |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | 42 | public function bindParam($column, &$variable, $type = ParameterType::STRING, $length = null, $driverOptions = null) : void |
|
26 | 42 | } |
|
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | 42 | public function bindValue($param, $value, $type = ParameterType::STRING) : void |
|
36 |