Skip to content

Commit 0f35386

Browse files
committed
Fix checkstyle
1 parent 8137c51 commit 0f35386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Operation/WatchFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ public function testMaxAwaitTimeMS()
929929

930930
$this->assertTrue($changeStream->valid());
931931

932-
if (!$this->isShardedCluster()) {
932+
if (! $this->isShardedCluster()) {
933933
$this->assertLessThan($pivot, $duration);
934934
}
935935
}

0 commit comments

Comments
 (0)