Comment phpDoc removal.

This commit is contained in:
Alexey Skobkin 2017-01-13 02:41:44 +03:00
parent 22a26d5298
commit 4d4493f7cd
1 changed files with 0 additions and 3 deletions

View File

@ -209,9 +209,6 @@ class Comment
return $this->files;
}
/**
* @return Comment
*/
public function getParent(): ?Comment
{
return $this->parent;