mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Add test for DocBlock class
This commit is contained in:
committed by
Mike van Riel
parent
b87a111eb2
commit
5749b814fb
@@ -14,10 +14,10 @@ interface DocBlockFactoryInterface
|
||||
|
||||
/**
|
||||
* @param string $docblock
|
||||
* @param DocBlock\Context $context
|
||||
* @param DocBlock\Location $location
|
||||
* @param Types\Context $context
|
||||
* @param Location $location
|
||||
*
|
||||
* @return DocBlock
|
||||
*/
|
||||
public function create($docblock, DocBlock\Context $context = null, DocBlock\Location $location = null);
|
||||
public function create($docblock, Types\Context $context = null, Location $location = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user