From 4d4493f7cd2eed2abde8a80dffb79477ea1d9c8f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Fri, 13 Jan 2017 02:41:44 +0300 Subject: [PATCH] Comment phpDoc removal. --- src/Skobkin/Bundle/PointToolsBundle/Entity/Blogs/Comment.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Skobkin/Bundle/PointToolsBundle/Entity/Blogs/Comment.php b/src/Skobkin/Bundle/PointToolsBundle/Entity/Blogs/Comment.php index a9b5b0c..a0c1643 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Entity/Blogs/Comment.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Entity/Blogs/Comment.php @@ -209,9 +209,6 @@ class Comment return $this->files; } - /** - * @return Comment - */ public function getParent(): ?Comment { return $this->parent;