Showing 651 of 651 total issues

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->output
Open

            CI::$APP->output->append_output(ob_get_clean());
Severity: Minor
Found in third_party/MX/Loader.php by phan

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

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

Reference to undeclared property \CI->config (Did you mean $config)
Open

            if (!$db = CI::$APP->config->item('database') && in_array('database', $autoload['libraries'])) {
Severity: Minor
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/Modules.php by phan

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

     * @param  [type]   $class [description]
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 '* @param [type] $file [description]'
Open

     * @param  [type] $file   [description]
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 '* @param [type] $segments [description]'
Open

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

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

                        $this->directory .= $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

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

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

Reference to undeclared property \MX_Loader->_ci_view_paths
Open

            $this->_ci_view_paths = [$path => true] + $this->_ci_view_paths;
Severity: Minor
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 find'
Open

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

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

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

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

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

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

     * @method _set_404override_controller
Severity: Info
Found in third_party/MX/Router.php by phan
Severity
Category
Status
Source
Language