Showing 651 of 651 total issues

Blank line found at start of control structure
Open

        if ($params === null) {
Severity: Minor
Found in third_party/MX/Loader.php by phpcodesniffer

Method name "_autoloader" should not be prefixed with an underscore to indicate visibility
Open

    public function _autoloader($autoload)
Severity: Minor
Found in third_party/MX/Loader.php by phpcodesniffer

Method name "MX_Loader::_ci_get_component" is not in camel caps format
Open

    protected function &_ci_get_component($component)
Severity: Minor
Found in third_party/MX/Loader.php by phpcodesniffer

Method name "MX_Router::fetch_module" is not in camel caps format
Open

    public function fetch_module()
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Method name "MX_Router::_set_default_controller" is not in camel caps format
Open

    protected function _set_default_controller()
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Method name "_set_module_path" should not be prefixed with an underscore to indicate visibility
Open

    protected function _set_module_path(&$_route)
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Method name "MX_Loader::_add_module_paths" is not in camel caps format
Open

    public function _add_module_paths($module = '')
Severity: Minor
Found in third_party/MX/Loader.php by phpcodesniffer

Method name "MX_Router::_set_request" is not in camel caps format
Open

    protected function _set_request($segments = [])
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Method name "_set_request" should not be prefixed with an underscore to indicate visibility
Open

    protected function _set_request($segments = [])
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Method name "_set_404override_controller" should not be prefixed with an underscore to indicate visibility
Open

    protected function _set_404override_controller()
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

The CASE body must start on the line following the statement
Open

                    case 2: $_route = ($this->located < 2) ? $module.'/'.$directory : $directory.'/index';
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Method name "_ci_get_component" should not be prefixed with an underscore to indicate visibility
Open

    protected function &_ci_get_component($component)
Severity: Minor
Found in third_party/MX/Loader.php by phpcodesniffer

The CASE body must start on the line following the statement
Open

                    case 1: $_route = $module.'/index';
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Method name "_ci_load" should not be prefixed with an underscore to indicate visibility
Open

    public function _ci_load($_ci_data)
Severity: Minor
Found in third_party/MX/Loader.php by phpcodesniffer

Method name "_set_default_controller" should not be prefixed with an underscore to indicate visibility
Open

    protected function _set_default_controller()
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Method name "MX_Router::_set_module_path" is not in camel caps format
Open

    protected function _set_module_path(&$_route)
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

The CASE body must start on the line following the statement
Open

                    case 4: $_route = ($this->located == 3) ? $class.'/'.$method : $method.'/index';
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Property name "$_ci_plugins" should not be prefixed with an underscore to indicate visibility
Open

    public $_ci_plugins = [];
Severity: Minor
Found in third_party/MX/Loader.php by phpcodesniffer

Method name "MX_Router::set_class" is not in camel caps format
Open

    public function set_class($class)
Severity: Minor
Found in third_party/MX/Router.php by phpcodesniffer

Blank line found at start of control structure
Open

        if ($this->_module) {
Severity: Minor
Found in third_party/MX/Loader.php by phpcodesniffer
Severity
Category
Status
Source
Language