e107inc/e107

View on GitHub
e107_handlers/menu_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
31%

Assigning null to property but \e_render->eMenuArea is string
Open

        e107::getRender()->eMenuArea = null;
Severity: Minor
Found in e107_handlers/menu_class.php by phan

Returning type void but renderArea() is declared to return string
Open

            return;
Severity: Minor
Found in e107_handlers/menu_class.php by phan

Assigning string to property but \e_menu->_current_menu is null
Open

        $this->_current_menu = $mname;
Severity: Minor
Found in e107_handlers/menu_class.php by phan

Argument 2 (pluginName) is null but \e107::getScBatch() takes string defined at /code/e107_handlers/e107_class.php:1608
Open

                $page_shortcodes = e107::getScBatch('page',null,'cpage');  
Severity: Minor
Found in e107_handlers/menu_class.php by phan

There are no issues that match your filters.

Category
Status