Skip to content

Commit b356e8c

Browse files
authored
Remove extra semicolon
1 parent c6aec73 commit b356e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SpecTests/CommandExpectations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static function fromChangeStreams(array $expectedEvents)
5454
/* Change Streams spec tests do not include getMore commands in the
5555
* list of expected events, so ignore any observed events beyond the
5656
* number that are expected. */
57-
$o->ignoreExtraEvents = true;;
57+
$o->ignoreExtraEvents = true;
5858

5959
return $o;
6060
}

0 commit comments

Comments
 (0)