Completed
Pull Request — master (#125)
by Tomáš
07:31 queued 06:04
created
src/DocBlock/Tags/Example.php 2 patches
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -42,6 +42,11 @@  discard block
 block discarded – undo
42 42
      */
43 43
     private $lineCount;
44 44
 
45
+    /**
46
+     * @param boolean $isURI
47
+     * @param integer $startingLine
48
+     * @param integer|null $lineCount
49
+     */
45 50
     public function __construct($filePath, $isURI, $startingLine, $lineCount, $description)
46 51
     {
47 52
         Assert::notEmpty($filePath);
@@ -79,6 +84,7 @@  discard block
 block discarded – undo
79 84
 
80 85
     /**
81 86
      * {@inheritdoc}
87
+     * @param string $body
82 88
      */
83 89
     public static function create($body)
84 90
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace phpDocumentor\Reflection\DocBlock\Tags;
14 14
 
15 15
 use phpDocumentor\Reflection\DocBlock\Description;
16
-use phpDocumentor\Reflection\DocBlock\Tag;
17 16
 use Webmozart\Assert\Assert;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.
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.