Completed
Push — master ( 2d3d23...899b40 )
by Jaap
01:48
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.