File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919*/
2020class main_listener implements EventSubscriberInterface
2121{
22- static public function getSubscribedEvents ()
22+ public static function getSubscribedEvents ()
2323 {
2424 return array (
2525 'core.user_setup ' => 'load_language_on_setup ' ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public function effectively_installed()
1616 return isset ($ this ->config ['acme_demo_goodbye ' ]);
1717 }
1818
19- static public function depends_on ()
19+ public static function depends_on ()
2020 {
2121 return array ('\phpbb\db\migration\data\v310\alpha2 ' );
2222 }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public function effectively_installed()
1616 return $ this ->db_tools ->sql_column_exists ($ this ->table_prefix . 'users ' , 'user_acme ' );
1717 }
1818
19- static public function depends_on ()
19+ public static function depends_on ()
2020 {
2121 return array ('\acme\demo\migrations\release_1_0_0 ' );
2222 }
You can’t perform that action at this time.
0 commit comments