@@ -42,6 +42,11 @@ discard block |
||
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 |
||
79 | 84 | |
80 | 85 | /** |
81 | 86 | * {@inheritdoc} |
87 | + * @param string $body |
|
82 | 88 | */ |
83 | 89 | public static function create($body) |
84 | 90 | { |
@@ -13,7 +13,6 @@ |
||
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 | /** |
@@ -221,7 +221,6 @@ |
||
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 | */ |