Showing 651 of 651 total issues

Reference to undeclared property \MX_Router->routes
Open

        $this->_set_module_path($this->routes['404_override']);
Severity: Minor
Found in third_party/MX/Router.php by phan

Reference to undeclared property \MX_Router->directory
Open

        if (empty($this->directory)) {
Severity: Minor
Found in third_party/MX/Router.php by phan

Reference to undeclared property \MX_Router->directory (Did you mean $directory)
Open

                $this->directory = $module.'/';
Severity: Minor
Found in third_party/MX/Router.php by phan

Saw unextractable annotation for comment '* @param [type] $plugins [description]'
Open

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

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

     * @method view
Severity: Info
Found in third_party/MX/Loader.php by phan

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

     * @method view
Severity: Info
Found in third_party/MX/Loader.php by phan

Call to undeclared function \log_message()
Open

        log_message('error', "Module controller failed to run: {$module}/{$method}");
Severity: Critical
Found in third_party/MX/Modules.php by phan

Class extends undeclared class \CI_Router (Did you mean class \MX_Router or class \MY_Router)
Open

class MX_Router extends CI_Router
Severity: Critical
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/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

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

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

     * @method modules
Severity: Info
Found in third_party/MX/Loader.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

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

     * @method plugin
Severity: Info
Found in third_party/MX/Loader.php by phan

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

     * @method _ci_load
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

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

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

Call to undeclared function \show_error()
Open

                show_error("{$location} does not contain a valid {$type} array");
Severity: Critical
Found in third_party/MX/Modules.php by phan

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

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

Saw unextractable annotation for comment '* @param [type] $class [description]'
Open

     * @param  [type]    $class [description]
Severity: Info
Found in third_party/MX/Router.php by phan
Severity
Category
Status
Source
Language