Showing 651 of 651 total issues

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

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

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

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

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

     * @method models
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 class \CI_Controller (Did you mean class \MX_Controller)
Open

        parent::__construct();
Severity: Critical
Found in third_party/MX/Base.php by phan

Reference to undeclared property \CI->router
Open

        $_module or $_module = CI::$APP->router->fetch_module();
Severity: Minor
Found in third_party/MX/Config.php by phan

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

     * @method __construct
Severity: Info
Found in third_party/MX/Controller.php by phan

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

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

Reference to undeclared property \CI->lang
Open

        CI::$APP->lang->load($langfile, $idiom, $return, $add_suffix, $alt_path, $this->_module);
Severity: Minor
Found in third_party/MX/Loader.php by phan

Call to undeclared function \load_class()
Open

            class_exists('CI_Model', false) or load_class('Model', 'core');
Severity: Critical
Found in third_party/MX/Loader.php by phan

Call to method get_instance from undeclared class \CI_Controller (Did you mean class \MX_Controller)
Open

        self::$APP = CI_Controller::get_instance();
Severity: Critical
Found in third_party/MX/Ci.php by phan

Class extends undeclared class \CI_Config (Did you mean class \MX_Config)
Open

class MX_Config extends CI_Config
Severity: Critical
Found in third_party/MX/Config.php by phan

Reference to undeclared property \MX_Lang->language
Open

            return $this->language;
Severity: Minor
Found in third_party/MX/Lang.php by phan

Reference to undeclared property \MX_Lang->is_loaded
Open

        if (in_array($langfile.'_lang'.EXT, $this->is_loaded, true)) {
Severity: Minor
Found in third_party/MX/Lang.php by phan

Class extends undeclared class \CI_Loader (Did you mean class \MX_Loader or class \MY_Loader)
Open

class MX_Loader extends CI_Loader
Severity: Critical
Found in third_party/MX/Loader.php by phan

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

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

Reference to undeclared property \CI->config
Open

        return CI::$APP->config->load($file, $use_sections, $fail_gracefully, $this->_module);
Severity: Minor
Found in third_party/MX/Loader.php by phan

Reference to undeclared constant \APPPATH
Open

require APPPATH.'third_party/MX/Router.php';
Severity: Minor
Found in core/MY_Router.php by phan

Reference to undeclared class \CI_Config (Did you mean class \MX_Config)
Open

            parent::load($file, $use_sections, $fail_gracefully);
Severity: Critical
Found in third_party/MX/Config.php by phan

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

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