Total Complexity | 4 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class FEUsersMigrateCountryTypo3 extends Base |
||
16 | { |
||
17 | /** |
||
18 | * Returns the list of task names which depends on this task. |
||
19 | * |
||
20 | * @return string[] List of task names |
||
21 | */ |
||
22 | public function before() : array |
||
25 | } |
||
26 | |||
27 | |||
28 | /** |
||
29 | * Migrates country column values in fe_users table. |
||
30 | */ |
||
31 | public function up() |
||
47 | } |