mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
add doc
This commit is contained in:
@@ -29,6 +29,10 @@ final class Implements_ extends TagWithType
|
|||||||
$this->description = $description;
|
$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)
|
public static function create(string $body)
|
||||||
{
|
{
|
||||||
trigger_error(
|
trigger_error(
|
||||||
|
|||||||
Reference in New Issue
Block a user