Skip to content

Commit b3bb966

Browse files
author
Andrey Helldar
authored
Merge pull request #3 from andrey-helldar/analysis-d0p0lp
Apply fixes from StyleCI
2 parents 972d885 + b1687f9 commit b3bb966

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Models/Tags/Returns.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ final class Returns extends BaseTag
1010
{
1111
public function setDescription(DocTag $tag): void
1212
{
13-
//
1413
}
1514

1615
public function setCode(): void

src/Models/Tags/Throws.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
final class Throws extends BaseTag
99
{
1010
/**
11-
* @param \phpDocumentor\Reflection\DocBlock\Tags\Throws|\phpDocumentor\Reflection\DocBlock\Tag $tag
11+
* @param \phpDocumentor\Reflection\DocBlock\Tag|\phpDocumentor\Reflection\DocBlock\Tags\Throws $tag
1212
*/
1313
public function setDescription(DocTag $tag): void
1414
{

0 commit comments

Comments
 (0)