We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 972d885 + b1687f9 commit b3bb966Copy full SHA for b3bb966
src/Models/Tags/Returns.php
@@ -10,7 +10,6 @@ final class Returns extends BaseTag
10
{
11
public function setDescription(DocTag $tag): void
12
13
- //
14
}
15
16
public function setCode(): void
src/Models/Tags/Throws.php
@@ -8,7 +8,7 @@
8
final class Throws extends BaseTag
9
/**
- * @param \phpDocumentor\Reflection\DocBlock\Tags\Throws|\phpDocumentor\Reflection\DocBlock\Tag $tag
+ * @param \phpDocumentor\Reflection\DocBlock\Tag|\phpDocumentor\Reflection\DocBlock\Tags\Throws $tag
*/
0 commit comments