mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 22:26:46 +02:00
refactor(plugins): update code according to coding doctrine coding standard
This commit is contained in:
@@ -74,7 +74,7 @@ class Plugins
|
||||
$plugins_cache_id = $this->getPluginsCacheID($plugins_list);
|
||||
|
||||
// If Plugins List isnt empty then continue
|
||||
if (! is_array($plugins_list) || count($plugins_list) <= 0) {
|
||||
if (count($plugins_list) <= 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user