Menu
← Back to all error identifiers
Error Identifiers: typeAlias.*
There are 15 error identifiers in the typeAlias.* group:
-
Type alias references itself, creating a circular definition.
-
typeAlias.deprecatedClass phpstan-deprecation-rulesType alias references a deprecated class.
-
typeAlias.deprecatedEnum phpstan-deprecation-rulesType alias references a deprecated enum.
-
typeAlias.deprecatedInterface phpstan-deprecation-rulesType alias references a deprecated interface.
-
typeAlias.deprecatedTrait phpstan-deprecation-rulesType alias references a deprecated trait.
-
Type alias name conflicts with an existing class or type in scope.
-
Type alias references an internal class from another package.
-
Type alias references an internal enum from another package.
-
Type alias references an internal interface from another package.
-
Type alias references an internal trait from another package.
-
Type alias name conflicts with a built-in PHP type name.
-
Type alias contains a malformed or unparseable type definition.
-
Imported type alias does not exist in the referenced class.
-
Type alias references a trait, but traits are not valid types.
-
Type alias contains a type that cannot be fully resolved.