| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | public static function depends_on() |
||
| 19 | { |
||
| 20 | return [ |
||
| 21 | '\phpbb\ideas\migrations\m1_initial_schema', |
||
| 22 | '\phpbb\ideas\migrations\m6_migrate_old_tables', |
||
| 23 | '\phpbb\ideas\migrations\m7_drop_old_tables', |
||
| 24 | '\phpbb\ideas\migrations\m8_implemented_version', |
||
| 25 | '\phpbb\ideas\migrations\m9_remove_idea_bot', |
||
| 26 | ]; |
||
| 53 |