Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit cc81a2d

Browse files
committed
CS fix per phpcs
1 parent 7c804d1 commit cc81a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Check/Mongo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private function getListDBs()
5858
if (class_exists(MongoDBClient::class)) {
5959
return (new MongoDBClient($this->connectionUri))->listDatabases();
6060
}
61-
61+
6262
if (class_exists(MongoClient::class)) {
6363
return (new MongoClient($this->connectionUri))->listDBs();
6464
}

0 commit comments

Comments
 (0)