mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
add missing @uses
This commit is contained in:
@@ -326,9 +326,12 @@ class StandardTagFactoryTest extends \PHPUnit_Framework_TestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @covers ::create
|
||||||
* @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::__construct
|
* @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::__construct
|
||||||
* @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::addService
|
* @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::addService
|
||||||
* @covers ::create
|
* @uses phpDocumentor\Reflection\Docblock\Description
|
||||||
|
* @uses phpDocumentor\Reflection\Docblock\Tags\Return_
|
||||||
|
* @uses phpDocumentor\Reflection\Docblock\Tags\BaseTag
|
||||||
*/
|
*/
|
||||||
public function testReturntagIsMappedCorrectly()
|
public function testReturntagIsMappedCorrectly()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user