Skip to main content

valid-php-namespace-name-codegen-setting

Overview

This rule belongs to the openapi-v3-codegen-syntax-linting ruleset and states that:

PHP namespace name must not contain forbidden characters or use invalid format.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe name provided for PHP namespace is invalid.
CodeOPENAPI3CODEGENSYNTAX_L801
TypeLinting
Rule SystemSyntax
Broad CategoryOpenAPI Code Generation Settings
Products ImpactedCode Generation, Developer Experience Portal
Tagscode generation sdks openapi3 openapi syntax linting apimatic info codegen setting name

Suggested Fixes

  • Check for invalid characters or format.

For More Information