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 5e7b0df commit 83b2fb0Copy full SHA for 83b2fb0
tests/Operation/InsertOneFunctionalTest.php
@@ -67,7 +67,7 @@ public function provideDocumentsWithIds(): array
67
public function provideDocumentsWithoutIds(): array
68
{
69
/* Note: _id placeholders must be replaced with generated ObjectIds. We
70
- * also clone the value for each data set since tests will may modify
+ * also clone the value for each data set since tests may need to modify
71
* the object. */
72
$expectedDocument = (object) ['_id' => null, 'x' => 1];
73
0 commit comments