Skip to content

Commit c19b4d1

Browse files
TomasVotrubajaapio
authored andcommitted
[cs] remove value-less docblocks
1 parent c664d28 commit c19b4d1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/DocBlock.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ public function getSummary(): string
7373
return $this->summary;
7474
}
7575

76-
/**
77-
* @return DocBlock\Description
78-
*/
7976
public function getDescription(): DocBlock\Description
8077
{
8178
return $this->description;

src/DocBlock/Tags/Method.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ public function isStatic(): bool
185185
return $this->isStatic;
186186
}
187187

188-
/**
189-
* @return Type
190-
*/
191188
public function getReturnType(): Type
192189
{
193190
return $this->returnType;

0 commit comments

Comments
 (0)