Skip to content

Commit 2e9fd6a

Browse files
committed
Revert setType
Doesn't really belong to this PR
1 parent cbb14ba commit 2e9fd6a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,6 @@ public function setContent($content)
6060
return $this;
6161
}
6262

63-
/**
64-
* Set the return type
65-
*
66-
* @param string $type
67-
* @return $this
68-
*/
69-
public function setType($type){
70-
$this->type = $type;
71-
$this->content = null;
72-
return $this;
73-
}
74-
7563
/**
7664
* Returns the unique types of the variable.
7765
*

0 commit comments

Comments
 (0)