From a9794958475dd7154e0549e805dc0641de5554d6 Mon Sep 17 00:00:00 2001 From: AhJ Date: Tue, 16 Jul 2024 21:25:04 +0330 Subject: [PATCH] add doc --- src/DocBlock/Tags/Implements_.php | 4 ++++ 1 file changed, 4 insertions(+) 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(