We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d24ce3 commit 6a6a4caCopy full SHA for 6a6a4ca
tests/unit/DocBlock/StandardTagFactoryTest.php
@@ -326,9 +326,12 @@ public function testHandlerRegistrationFailsIfProvidedHandlerDoesNotImplementThe
326
}
327
328
/**
329
+ * @covers ::create
330
* @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::__construct
331
* @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::addService
- * @covers ::create
332
+ * @uses phpDocumentor\Reflection\Docblock\Description
333
+ * @uses phpDocumentor\Reflection\Docblock\Tags\Return_
334
+ * @uses phpDocumentor\Reflection\Docblock\Tags\BaseTag
335
*/
336
public function testReturntagIsMappedCorrectly()
337
{
0 commit comments