qcminecraft/Carbon-Forum-F

View on GitHub

Showing 851 of 851 total issues

Avoid too many return statements within this method.
Open

        return call_user_func_array(array($this, 'addAnAddress'), $params);
Severity: Major
Found in library/PHPMailer.class.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    return (strlen($address) >= 3
                        and strpos($address, '@') >= 1
                        and strpos($address, '@') != strlen($address) - 1);
    Severity: Major
    Found in library/PHPMailer.class.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return (boolean)preg_match(
                          '/^[a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}' .
                          '[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/sD',
                          $address
                      );
      Severity: Major
      Found in library/PHPMailer.class.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        return (boolean)filter_var($address, FILTER_VALIDATE_EMAIL);
        Severity: Major
        Found in library/PHPMailer.class.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                  return $this->server_caps[$name];
          Severity: Major
          Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                        return;
            Severity: Major
            Found in library/Uploader.class.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                          return;
              Severity: Major
              Found in library/Uploader.class.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                            return;
                Severity: Major
                Found in library/Uploader.class.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                  return $this->sendCommand('Username', base64_encode($msg3), 235);
                  Severity: Major
                  Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                        return false;
                    Severity: Major
                    Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                          return false;
                      Severity: Major
                      Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                            return false;
                        Severity: Major
                        Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                          return false;
                          Severity: Major
                          Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                        return;
                            Severity: Major
                            Found in library/Uploader.class.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                                  return false;
                              Severity: Major
                              Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                        return true;
                                Severity: Major
                                Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                              return;
                                  Severity: Major
                                  Found in library/Uploader.class.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                    return $this->sendCommand('Username', base64_encode($response), 235);
                                    Severity: Major
                                    Found in library/PHPMailer.smtp.class.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                  return;
                                      Severity: Major
                                      Found in library/Uploader.class.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                            return false;
                                        Severity: Major
                                        Found in library/PHPMailer.smtp.class.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language