Comment phpDoc removal.
This commit is contained in:
parent
22a26d5298
commit
4d4493f7cd
|
@ -209,9 +209,6 @@ class Comment
|
|||
return $this->files;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Comment
|
||||
*/
|
||||
public function getParent(): ?Comment
|
||||
{
|
||||
return $this->parent;
|
||||
|
|
Loading…
Reference in a new issue