Skip to content

Commit a979495

Browse files
committed
add doc
1 parent bbb6a02 commit a979495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DocBlock/Tags/Implements_.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ public function __construct(Type $type, ?Description $description = null)
2929
$this->description = $description;
3030
}
3131

32+
/**
33+
* @deprecated Create using static factory is deprecated,
34+
* this method should not be called directly by library consumers
35+
*/
3236
public static function create(string $body)
3337
{
3438
trigger_error(

0 commit comments

Comments
 (0)