Showing 651 of 651 total issues

Reference to undeclared constant \APPPATH
Open

        if ($path === false && ! is_file($_plugin = APPPATH.'plugins/'.$_plugin.EXT)) {
Severity: Minor
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

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 constant \APPPATH
Open

    APPPATH.'modules/' => '../modules/',
Severity: Minor
Found in third_party/MX/Modules.php by phan

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

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

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

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

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

     * @method _set_request
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/Router.php by phan

Reference to undeclared property \MX_Router->directory
Open

        $this->directory = null;
Severity: Minor
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

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

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

Argument 1 (filename) is ?'' but \file_get_contents() takes string
Open

            echo eval('?>'.preg_replace('/;*\s*\?>/', '; ?>', str_replace('<?=', '<?php echo ', file_get_contents($_ci_path))));
Severity: Minor
Found in third_party/MX/Loader.php by phan

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

     * @param  [type] $module [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

Call to undeclared method \MX_Router::set_method
Open

            $this->set_method($segments[1]);
Severity: Critical
Found in third_party/MX/Router.php by phan

Reference to undeclared constant \APPPATH
Open

            if (is_file(APPPATH.'controllers/'.$module.'/'.ucfirst($directory).$ext)) {
Severity: Minor
Found in third_party/MX/Router.php by phan

Reference to undeclared class \CI_Router (Did you mean class \MX_Router or class \MY_Router)
Open

        parent::set_class($class);
Severity: Critical
Found in third_party/MX/Router.php by phan

Call to undeclared function \show_error()
Open

            show_error("Unable to locate the plugin file: {$_plugin}");
Severity: Critical
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 '* @method _ci_get_component'
Open

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