Skip to content

Commit 49d6ded

Browse files
committed
Removed some unneeded PHPdoc in the entities
1 parent 4f67e6a commit 49d6ded

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/AppBundle/Entity/Comment.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ class Comment
7676
*/
7777
private $author;
7878

79-
/**
80-
*
81-
*/
8279
public function __construct()
8380
{
8481
$this->publishedAt = new \DateTime();

src/AppBundle/Entity/Post.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ class Post
119119
*/
120120
private $tags;
121121

122-
/**
123-
*
124-
*/
125122
public function __construct()
126123
{
127124
$this->publishedAt = new \DateTime();

0 commit comments

Comments
 (0)