We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996c020 commit 6df16a0Copy full SHA for 6df16a0
tests/Doctrine/ODM/MongoDB/Tests/Mapping/AbstractMappingDriverTest.php
@@ -216,13 +216,13 @@ class User
216
217
/**
218
* @ODM\String
219
- * @ODM\UniqueIndex(order="desc", dropDups="true")
+ * @ODM\UniqueIndex(order="desc", dropDups=true)
220
*/
221
public $email;
222
223
224
* @ODM\Int
225
226
227
public $mysqlProfileId;
228
0 commit comments