Total Complexity | 3 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | final class Version20230930102814 extends AbstractMigration |
||
16 | { |
||
17 | /** |
||
18 | * @noinspection PhpMissingParentCallCommonInspection |
||
19 | */ |
||
20 | #[Override] |
||
21 | public function getDescription(): string |
||
22 | { |
||
23 | return 'TODO: Describe reason for this migration'; |
||
24 | } |
||
25 | |||
26 | #[Override] |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * @noinspection PhpMissingParentCallCommonInspection |
||
46 | */ |
||
47 | #[Override] |
||
65 |