We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb6a02 commit a979495Copy full SHA for a979495
1 file changed
src/DocBlock/Tags/Implements_.php
@@ -29,6 +29,10 @@ public function __construct(Type $type, ?Description $description = null)
29
$this->description = $description;
30
}
31
32
+ /**
33
+ * @deprecated Create using static factory is deprecated,
34
+ * this method should not be called directly by library consumers
35
+ */
36
public static function create(string $body)
37
{
38
trigger_error(
0 commit comments