Skip to content

Commit 6a6a4ca

Browse files
committed
add missing @uses
1 parent 8d24ce3 commit 6a6a4ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/unit/DocBlock/StandardTagFactoryTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,12 @@ public function testHandlerRegistrationFailsIfProvidedHandlerDoesNotImplementThe
326326
}
327327

328328
/**
329+
* @covers ::create
329330
* @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::__construct
330331
* @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::addService
331-
* @covers ::create
332+
* @uses phpDocumentor\Reflection\Docblock\Description
333+
* @uses phpDocumentor\Reflection\Docblock\Tags\Return_
334+
* @uses phpDocumentor\Reflection\Docblock\Tags\BaseTag
332335
*/
333336
public function testReturntagIsMappedCorrectly()
334337
{

0 commit comments

Comments
 (0)