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 639a7e4 commit 418bb53Copy full SHA for 418bb53
core/mongodb.md
@@ -111,7 +111,7 @@ use Symfony\Component\Validator\Constraints as Assert;
111
class Product
112
{
113
/**
114
- * @ODM\Id(strategy="INCREMENT", type="integer")
+ * @ODM\Id(strategy="INCREMENT", type="int")
115
*/
116
private $id;
117
@@ -170,7 +170,7 @@ use Symfony\Component\Validator\Constraints as Assert;
170
class Offer
171
172
173
174
175
176
0 commit comments