mirror of
https://github.com/flextype/flextype.git
synced 2025-08-11 23:54:06 +02:00
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user