Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
16 | class Version4010Date20230815200000 extends SimpleMigrationStep |
||
17 | { |
||
18 | public function __construct() |
||
19 | { |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @param IOutput $output |
||
24 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
25 | * @param array $options |
||
26 | * @return null|ISchemaWrapper |
||
27 | */ |
||
28 | public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) |
||
41 | } |
||
42 | } |