mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
add doc
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user