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 c6aec73 commit b356e8cCopy full SHA for b356e8c
tests/SpecTests/CommandExpectations.php
@@ -54,7 +54,7 @@ public static function fromChangeStreams(array $expectedEvents)
54
/* Change Streams spec tests do not include getMore commands in the
55
* list of expected events, so ignore any observed events beyond the
56
* number that are expected. */
57
- $o->ignoreExtraEvents = true;;
+ $o->ignoreExtraEvents = true;
58
59
return $o;
60
}
0 commit comments