Skip to content

Commit 7da0a50

Browse files
committed
Fix code style
1 parent fbc8aef commit 7da0a50

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/Entity/Comment.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class Comment
2929

3030
/**
3131
* @var string
32+
*
3233
* @ORM\Column(type="text")
3334
* min=5,
3435
* minMessage="comment.too_short",
@@ -41,6 +42,7 @@ class Comment
4142

4243
/**
4344
* @var \DateTime
45+
*
4446
* @ORM\Column(type="datetime")
4547
* @Groups({"searchable"})
4648
*/

tests/Entity/Post.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class Post
4545

4646
/**
4747
* @var Comment[]|Collection
48+
*
4849
* @ORM\OneToMany(
4950
* targetEntity="Comment",
5051
* mappedBy="post",

0 commit comments

Comments
 (0)