Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class Version4010Date20230815190000 extends SimpleMigrationStep |
||
19 | { |
||
20 | |||
21 | /** @var IDBConnection */ |
||
22 | private $connection; |
||
23 | |||
24 | public function __construct(IDBConnection $connection) |
||
25 | { |
||
26 | $this->connection = $connection; |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param IOutput $output |
||
31 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
32 | * @param array $options |
||
33 | * @throws Exception |
||
34 | */ |
||
35 | public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) |
||
47 | } |
||
48 | } |