php-yaoi/php-yaoi

View on GitHub

Showing 197 of 203 total issues

Avoid too many return statements within this method.
Open

            return $value->isStatement() ? '(' . $value->build($this) . ')' : $value->build($this);
Severity: Major
Found in src/Database/Driver.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                return $value->value;
    Severity: Major
    Found in src/Database/Driver.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                  return $this;
      Severity: Major
      Found in src/Cli/Command/Runner.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return "'" . $this->escape($value) . "'";
        Severity: Major
        Found in src/Database/Driver.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                      return;
          Severity: Major
          Found in src/Cli/Command/RequestMapper.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                        return '(' . $value->build($this) . ')';
            Severity: Major
            Found in src/Database/Driver.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                          return $this->quoteSymbol(new Symbol($value->table->alias ?: $value->table->schemaName, $value->schemaName));
              Severity: Major
              Found in src/Database/Driver.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                            return 'DEFAULT';
                Severity: Major
                Found in src/Database/Driver.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                              return $this->quoteSymbol($value);
                  Severity: Major
                  Found in src/Database/Driver.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                return $this->quoteSymbol(new Symbol($value->schemaName))
                                . ($value->alias
                                    ? ' AS ' . $this->quoteSymbol(new Symbol($value->alias))
                                    : '');
                    Severity: Major
                    Found in src/Database/Driver.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                              return true;
                      Severity: Major
                      Found in src/Database/Entity/Migration.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                return $response;
                        Severity: Major
                        Found in src/Http/Client.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                      return $this;
                          Severity: Major
                          Found in src/Cli/Command/Runner.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                        return 'Resource #' . (int)$var;
                            Severity: Major
                            Found in src/Debug.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                                  return $resource;
                              Severity: Major
                              Found in src/Service.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                                return $resource;
                                Severity: Major
                                Found in src/Service.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                              return $identifier;
                                  Severity: Major
                                  Found in src/Service.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                return false;
                                    Severity: Major
                                    Found in src/Storage/Driver/PhpVar.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                      return new static($args[0], $args[1], $args[2], $args[3]);
                                      Severity: Major
                                      Found in src/BaseClass.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                    return '"' . $var . '"';
                                        Severity: Major
                                        Found in src/Debug.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language