| 1 | <?php |
||
| 12 | class Version2060Date20200302132145 extends SimpleMigrationStep { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param IOutput $output |
||
| 16 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
| 17 | * @param array $options |
||
| 18 | * @return null|ISchemaWrapper |
||
| 19 | */ |
||
| 20 | public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) { |
||
| 32 | |||
| 33 | } |
||
| 34 |