e107inc/e107

View on GitHub
e107_plugins/navigation/e_menu.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Argument 1 (plugin_name) is null but \e107::getLayouts() takes string defined at /code/e107_handlers/e107_class.php:3574
Open

         $layouts = e107::getLayouts(null, 'navigation', 'front', null, false, false);
Severity: Minor
Found in e107_plugins/navigation/e_menu.php by phan

Returning type null but config() is declared to return array
Open

            return null;
Severity: Minor
Found in e107_plugins/navigation/e_menu.php by phan

Argument 4 (filter_mask) is null but \e107::getLayouts() takes string defined at /code/e107_handlers/e107_class.php:3574
Open

         $layouts = e107::getLayouts(null, 'navigation', 'front', null, false, false);
Severity: Minor
Found in e107_plugins/navigation/e_menu.php by phan

There are no issues that match your filters.

Category
Status