diff --git a/src/DocBlock/Tags/Implements_.php b/src/DocBlock/Tags/Implements_.php index 679f3a1..2e53f2c 100644 --- a/src/DocBlock/Tags/Implements_.php +++ b/src/DocBlock/Tags/Implements_.php @@ -29,6 +29,10 @@ final class Implements_ extends TagWithType $this->description = $description; } + /** + * @deprecated Create using static factory is deprecated, + * this method should not be called directly by library consumers + */ public static function create(string $body) { trigger_error(