Showing 651 of 651 total issues

Call to undeclared method \MX_Loader::_ci_object_to_array
Open

            return $this->_ci_load(['_ci_view' => $view, '_ci_vars' => $this->_ci_object_to_array($vars), '_ci_return' => $return]);
Severity: Critical
Found in third_party/MX/Loader.php by phan

The phpdoc comment for @method cannot occur on a method
Open

     * @method _set_module_path
Severity: Info
Found in third_party/MX/Router.php by phan

Saw unextractable annotation for comment '* @return [type] [description]'
Open

     * @return [type]             [description]
Severity: Info
Found in third_party/MX/Loader.php by phan

Call to undeclared function \show_error()
Open

            show_error('Unable to load the requested file: '.$_ci_file);
Severity: Critical
Found in third_party/MX/Loader.php by phan

Variable $_ci_return is undeclared
Open

        if ($_ci_return === true) {
Severity: Minor
Found in third_party/MX/Loader.php by phan

Reference to undeclared property \CI->router
Open

                [$class] = CI::$APP->router->locate(explode('/', $module));
Severity: Minor
Found in third_party/MX/Modules.php by phan

The phpdoc comment for @method cannot occur on a method
Open

     * @method find
Severity: Info
Found in third_party/MX/Modules.php by phan

Saw unextractable annotation for comment '* @method find'
Open

     * @method find
Severity: Info
Found in third_party/MX/Modules.php by phan

Saw unextractable annotation for comment '* @return [type] [description]'
Open

     * @return [type]         [description]
Severity: Info
Found in third_party/MX/Modules.php by phan

Saw unextractable annotation for comment '* @method fetch_module'
Open

     * @method fetch_module
Severity: Info
Found in third_party/MX/Router.php by phan

Reference to undeclared property \MX_Router->default_controller
Open

            $this->_set_module_path($this->default_controller);
Severity: Minor
Found in third_party/MX/Router.php by phan
Severity
Category
Status
Source
Language