Skip to content

Commit

Permalink
[cs] remove value-less docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored and jaapio committed Nov 30, 2017
1 parent c664d28 commit c19b4d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/DocBlock.php
Expand Up @@ -73,9 +73,6 @@ public function getSummary(): string
return $this->summary;
}

/**
* @return DocBlock\Description
*/
public function getDescription(): DocBlock\Description
{
return $this->description;
Expand Down
3 changes: 0 additions & 3 deletions src/DocBlock/Tags/Method.php
Expand Up @@ -185,9 +185,6 @@ public function isStatic(): bool
return $this->isStatic;
}

/**
* @return Type
*/
public function getReturnType(): Type
{
return $this->returnType;
Expand Down

0 comments on commit c19b4d1

Please sign in to comment.