Showing 651 of 651 total issues

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

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

Reference to undeclared constant \APPPATH
Open

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

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

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

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

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

Reference to undeclared constant \APPPATH
Open

            $path = APPPATH.'controllers/'.CI::$APP->router->directory;
Severity: Minor
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 function \show_error()
Open

            show_error('Failed to load MX core class: '.$class);
Severity: Critical
Found in third_party/MX/Modules.php by phan

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

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

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

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

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

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

Class extends undeclared class \CI_Router (Did you mean class \MX_Router or class \MY_Router)
Open

class MX_Router extends CI_Router
Severity: Critical
Found in third_party/MX/Router.php by phan

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

     * @method _set_default_controller
Severity: Info
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_default_controller();
Severity: Critical
Found in third_party/MX/Router.php by phan

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

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

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

     * @method __get
Severity: Info
Found in third_party/MX/Loader.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 '* @param [type] $autoload [description]'
Open

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