Skip to content

Commit 982889c

Browse files
committed
Fix word wrap in documentation
1 parent 6a17ac9 commit 982889c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ private function listCollectionsCommand(Server $server, array $options = array()
146146
}
147147

148148
/**
149-
* Returns information for all collections in this database by querying
150-
* the "system.namespaces" collection (MongoDB <2.8).
149+
* Returns information for all collections in this database by querying the
150+
* "system.namespaces" collection (MongoDB <2.8).
151151
*
152152
* @param Server $server
153153
* @param array $options

0 commit comments

Comments
 (0)