Menu
← Back to all error identifiers
Error Identifiers: selfOut.*
There are 12 error identifiers in the selfOut.* group:
-
selfOut.deprecatedClass phpstan-deprecation-rulesTag @phpstan-self-out references a deprecated class.
-
selfOut.deprecatedEnum phpstan-deprecation-rulesTag @phpstan-self-out references a deprecated enum.
-
selfOut.deprecatedInterface phpstan-deprecation-rulesTag @phpstan-self-out references a deprecated interface.
-
selfOut.deprecatedTrait phpstan-deprecation-rulesTag @phpstan-self-out references a deprecated trait.
-
Tag @phpstan-self-out references an internal class from another package.
-
Tag @phpstan-self-out references an internal enum from another package.
-
Tag @phpstan-self-out references an internal interface from another package.
-
Tag @phpstan-self-out references an internal trait from another package.
-
Tag @phpstan-self-out is used on a static method where it has no effect.
-
Tag @phpstan-self-out references a trait, which is not a valid type.
-
Tag @phpstan-self-out specifies a type that is not a subtype of the class.
-
Tag @phpstan-self-out contains a type that cannot be resolved.