Showing 651 of 651 total issues

Reference to undeclared property \CI->router
Open

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

Reference to undeclared property \CI->load
Open

                    $this->$var =& CI::$APP->load->$var;
Severity: Minor
Found in third_party/MX/Loader.php by phan

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

     * @method config
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 \CI->db
Open

        CI::$APP->db = DB($params, $query_builder);
Severity: Minor
Found in third_party/MX/Loader.php by phan

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

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

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

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

Call to undeclared method \MX_Loader::_ci_load_library
Open

            $this->_ci_load_library($library, $params, $object_name);
Severity: Critical
Found in third_party/MX/Loader.php by phan

Reference to undeclared class \CI_Loader (Did you mean class \MX_Loader or class \MY_Loader)
Open

            parent::model($model, $object_name, $connect);
Severity: Critical
Found in third_party/MX/Loader.php by phan

Call to undeclared method \MX_Config::item
Open

            return $this->item($file);
Severity: Critical
Found in third_party/MX/Config.php by phan

Call to undeclared method \MX_Config::item
Open

            return $this->item($file);
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->language
Open

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

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

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

Call to undeclared function \DB() (Did you mean \dl())
Open

            return DB($params, $query_builder);
Severity: Critical
Found in third_party/MX/Loader.php by phan

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

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

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

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

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

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