Add test for DocBlock class

This commit is contained in:
Mike van Riel
2015-06-13 18:01:00 +02:00
committed by Mike van Riel
parent b87a111eb2
commit 5749b814fb
4 changed files with 160 additions and 325 deletions
+3 -3
View File
@@ -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);
}