bcit-ci/CodeIgniter

View on GitHub

Showing 728 of 865 total issues

Avoid too many return statements within this method.
Open

            default: return;
Severity: Major
Found in system/database/drivers/pdo/subdrivers/pdo_oci_forge.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

            return $this->num_rows = count($this->result_array());
    Severity: Major
    Found in system/database/drivers/odbc/odbc_result.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                  default: return;
      Severity: Major
      Found in system/database/drivers/oci8/oci8_forge.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return TRUE;
        Severity: Major
        Found in system/database/DB_driver.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                  return $RES;
          Severity: Major
          Found in system/database/DB_driver.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                    return $str;
            Severity: Major
            Found in system/database/DB_driver.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                      return $days_in_month[$month - 1];
              Severity: Major
              Found in system/helpers/date_helper.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                            default: return;
                Severity: Major
                Found in system/database/drivers/ibase/ibase_forge.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                          return $this->custom_row_object($n, $type);
                  Severity: Major
                  Found in system/database/DB_result.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                default: return;
                    Severity: Major
                    Found in system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                              return (strlen($password = crypt($password, sprintf('$2y$%02d$%s', $options['cost'], $options['salt']))) === 60)
                                  ? $password
                                  : FALSE;
                      Severity: Major
                      Found in system/core/compat/password.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                return defined('MB_OVERLOAD_STRING')
                                    ? mb_substr($hash, 0, $length, '8bit')
                                    : substr($hash, 0, $length);
                        Severity: Major
                        Found in system/core/compat/hash.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                              return $this->_in_progress = FALSE;
                          Severity: Major
                          Found in system/core/Hooks.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                            return $this->_in_progress = FALSE;
                            Severity: Major
                            Found in system/core/Hooks.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                      return FALSE;
                              Severity: Major
                              Found in system/core/Security.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                            return $lang;
                                Severity: Major
                                Found in system/core/Lang.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                                  return FALSE;
                                  Severity: Major
                                  Found in system/core/compat/password.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                return FALSE;
                                    Severity: Major
                                    Found in system/core/Hooks.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                  return $this->_ci_load_library($class.'/'.$class, $params, $object_name);
                                      Severity: Major
                                      Found in system/core/Loader.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                    return openssl_random_pseudo_bytes($length);
                                        Severity: Major
                                        Found in system/core/Security.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language