| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class RunnableUpdate extends Update implements DDLPreparable { |
||
| 13 | /** @use CreateDDLRunnable<int> */ |
||
| 14 | use CreateDDLRunnable; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @inheritDoc |
||
| 18 | */ |
||
| 19 | public function run(array $params = []): int { |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return DDLRunnable<int> |
||
| 27 | */ |
||
| 28 | public function prepare(): DDLRunnable { |
||
| 35 |