Completed
Pull Request — master (#125)
by Tomáš
07:37
created
src/DocBlock.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,6 @@
 block discarded – undo
221 221
     /**
222 222
      * Remove a tag from this DocBlock.
223 223
      *
224
-     * @param Tag $tag The tag to remove.
225 224
      *
226 225
      * @return void
227 226
      */
Please login to merge, or discard this patch.
tests/unit/DocBlockTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 
15 15
 use Mockery as m;
16 16
 use phpDocumentor\Reflection\DocBlock\Tags\Deprecated;
17
-use phpDocumentor\Reflection\DocBlock\Tags\See;
18 17
 use phpDocumentor\Reflection\Types\Context;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.