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 a7e0aaa commit fa1483fCopy full SHA for fa1483f
tests/Type/Doctrine/data/QueryResult/Entities/Many.php
@@ -109,6 +109,14 @@ class Many
109
*/
110
class Bug245Episode
111
{
112
+ /**
113
+ * @Column(type="bigint")
114
+ * @Id
115
+ *
116
+ * @var string
117
+ */
118
+ public $id;
119
+
120
/**
121
* @var \Doctrine\Common\Collections\Collection<Bug245Segment>
122
* @ORM\OneToMany(
@@ -127,6 +135,14 @@ class Bug245Episode
127
135
128
136
class Bug245Segment
129
137
138
139
140
141
142
143
144
145
130
146
131
147
* @ORM\ManyToOne(
132
148
* targetEntity="\QueryResult\Entities\Bug245Episode",
0 commit comments