We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc8aef commit 7da0a50Copy full SHA for 7da0a50
tests/Entity/Comment.php
@@ -29,6 +29,7 @@ class Comment
29
30
/**
31
* @var string
32
+ *
33
* @ORM\Column(type="text")
34
* min=5,
35
* minMessage="comment.too_short",
@@ -41,6 +42,7 @@ class Comment
41
42
43
44
* @var \DateTime
45
46
* @ORM\Column(type="datetime")
47
* @Groups({"searchable"})
48
*/
tests/Entity/Post.php
@@ -45,6 +45,7 @@ class Post
* @var Comment[]|Collection
49
* @ORM\OneToMany(
50
* targetEntity="Comment",
51
* mappedBy="post",
0 commit comments