From dad79320b3935d735a61902fee124468d6a6fee1 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Fri, 10 Nov 2017 23:22:31 +0100 Subject: [PATCH] fix cs --- tests/unit/DocBlockTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/DocBlockTest.php b/tests/unit/DocBlockTest.php index cb6ff1f..277835f 100644 --- a/tests/unit/DocBlockTest.php +++ b/tests/unit/DocBlockTest.php @@ -14,7 +14,6 @@ namespace phpDocumentor\Reflection; use Mockery as m; use phpDocumentor\Reflection\DocBlock\Tags\Deprecated; -use phpDocumentor\Reflection\DocBlock\Tags\See; use phpDocumentor\Reflection\Types\Context; /** @@ -252,7 +251,6 @@ class DocBlockTest extends \PHPUnit_Framework_TestCase $this->assertTrue($fixture->isTemplateEnd()); } - /** * @covers ::__construct * @covers ::removeTag