mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
remove unused docblocks
This commit is contained in:
committed by
Jaap van Otterdijk
parent
4a9675841b
commit
082c811880
@@ -40,7 +40,6 @@ final class DocBlockFactory implements DocBlockFactoryInterface
|
||||
* Factory method for easy instantiation.
|
||||
*
|
||||
* @param string[] $additionalTags
|
||||
*
|
||||
*/
|
||||
public static function createInstance(array $additionalTags = []): DocBlockFactory
|
||||
{
|
||||
@@ -62,7 +61,6 @@ final class DocBlockFactory implements DocBlockFactoryInterface
|
||||
/**
|
||||
* @param object|string $docblock A string containing the DocBlock to parse or an object supporting the
|
||||
* getDocComment method (such as a ReflectionClass object).
|
||||
*
|
||||
*/
|
||||
public function create($docblock, ?Types\Context $context = null, ?Location $location = null): DocBlock
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user