Menu
← Back to all error identifiers
Error Identifiers: sealed.*
There are 11 error identifiers in the sealed.* group:
-
sealed.deprecatedClass phpstan-deprecation-rulesTag @phpstan-sealed references a deprecated class.
-
sealed.deprecatedEnum phpstan-deprecation-rulesTag @phpstan-sealed references a deprecated enum.
-
sealed.deprecatedInterface phpstan-deprecation-rulesTag @phpstan-sealed references a deprecated interface.
-
sealed.deprecatedTrait phpstan-deprecation-rulesTag @phpstan-sealed references a deprecated trait.
-
Tag @phpstan-sealed references an internal class from another package.
-
Tag @phpstan-sealed references an internal enum from another package.
-
Tag @phpstan-sealed references an internal interface from another package.
-
Tag @phpstan-sealed references an internal trait from another package.
-
Tag @phpstan-sealed contains a non-object type instead of a class or interface.
-
Tag @phpstan-sealed is used on an enum, which cannot be extended.
-
Tag @phpstan-sealed is used on a trait, which cannot be extended.