diff --git a/flextype/Plugins.php b/flextype/Plugins.php index 6a14c9a0..561d7966 100755 --- a/flextype/Plugins.php +++ b/flextype/Plugins.php @@ -294,8 +294,8 @@ class Plugins * @access protected * @return void */ - protected static function createPluginsDictionary(array $plugins_list) : void - { + protected static function createPluginsDictionary(array $plugins_list) : void + { if (is_array($plugins_list) && count($plugins_list) > 0) { foreach (Plugins::$locales as $locale => $locale_title) { foreach ($plugins_list as $plugin) {