From 5b954c7b17f7ccd142de0773fff13384adf5e82e Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Mon, 4 Feb 2019 11:58:05 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- flextype/Plugins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {