flix-tech/schema-registry-php-client

View on GitHub

Showing 6 of 6 total issues

Avoid too many return statements within this method.
Open

                return new SubjectNotFoundException($errorMessage, $errorCode);
Severity: Major
Found in src/Exception/ExceptionMap.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    return new InvalidCompatibilityLevelException($errorMessage, $errorCode);
    Severity: Major
    Found in src/Exception/ExceptionMap.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return new SchemaNotFoundException($errorMessage, $errorCode);
      Severity: Major
      Found in src/Exception/ExceptionMap.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        return new VersionNotFoundException($errorMessage, $errorCode);
        Severity: Major
        Found in src/Exception/ExceptionMap.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                          return new InvalidVersionException($errorMessage, $errorCode);
          Severity: Major
          Found in src/Exception/ExceptionMap.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            return new InvalidAvroSchemaException($errorMessage, $errorCode);
            Severity: Major
            Found in src/Exception/ExceptionMap.php - About 30 mins to fix
              Severity
              Category
              Status
              Source
              Language