Showing 651 of 651 total issues

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

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 libraries'
Open

     * @method libraries
Severity: Info
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 property \MX_Config->config (Did you mean $config)
Open

            $current_config =& $this->config;
Severity: Minor
Found in third_party/MX/Config.php by phan

Call to undeclared function \log_message()
Open

        log_message('debug', $class.' MX_Controller Initialized');
Severity: Critical
Found in third_party/MX/Controller.php by phan

Reference to undeclared property \MX_Lang->language
Open

                $this->language = array_merge($this->language, $lang);
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

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

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

Reference to undeclared constant \BASEPATH
Open

        require_once BASEPATH.'database/DB'.EXT;
Severity: Minor
Found in third_party/MX/Loader.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

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

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

Reference to undeclared property \CI->config
Open

        $class = str_replace(CI::$APP->config->item('controller_suffix'), '', get_class($this));
Severity: Minor
Found in third_party/MX/Controller.php by phan

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

     * @method helpers
Severity: Info
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

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

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

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

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

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

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