Menu
← Back to all error identifiers
Error Identifiers: methodTag.*
There are 11 error identifiers in the methodTag.* group:
-
methodTag.deprecatedClass phpstan-deprecation-rulesPHPDoc @method tag references a deprecated class.
-
methodTag.deprecatedEnum phpstan-deprecation-rulesPHPDoc @method tag references a deprecated enum.
-
methodTag.deprecatedInterface phpstan-deprecation-rulesPHPDoc @method tag references a deprecated interface.
-
methodTag.deprecatedTrait phpstan-deprecation-rulesPHPDoc @method tag references a deprecated trait.
-
PHPDoc @method tag references an internal class.
-
PHPDoc @method tag references an internal enum.
-
PHPDoc @method tag references an internal interface.
-
PHPDoc @method tag references an internal trait.
-
Template type in @method tag shadows a class-level template type.
-
PHPDoc @method tag references a trait, which cannot be used as a type.
-
PHPDoc @method tag contains a type that cannot be resolved.