Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class RunnableDelete extends Delete implements DDLPreparable { |
||
12 | /** @use CreateDDLRunnable<int> */ |
||
13 | use CreateDDLRunnable; |
||
14 | |||
15 | /** |
||
16 | * @param array<string, mixed> $params |
||
17 | * @return int |
||
18 | */ |
||
19 | public function run(array $params = []) { |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return DDLRunnable<int> |
||
25 | */ |
||
26 | public function prepare(): DDLRunnable { |
||
33 |