mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Revert setType
Doesn't really belong to this PR
This commit is contained in:
@@ -60,18 +60,6 @@ class ReturnTag extends Tag
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the return type
|
|
||||||
*
|
|
||||||
* @param string $type
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function setType($type){
|
|
||||||
$this->type = $type;
|
|
||||||
$this->content = null;
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the unique types of the variable.
|
* Returns the unique types of the variable.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user