File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function __construct(array $config)
43
43
}
44
44
45
45
/**
46
- * Return a new QueryBuilder for a collection
46
+ * Begin a fluent query against a database collection.
47
47
*
48
48
* @param string $collection
49
49
* @return QueryBuilder
@@ -56,7 +56,7 @@ public function collection($collection)
56
56
}
57
57
58
58
/**
59
- * Begin a fluent query against a database table .
59
+ * Begin a fluent query against a database collection .
60
60
*
61
61
* @param string $table
62
62
* @return QueryBuilder
@@ -107,7 +107,7 @@ public function getMongoClient()
107
107
*/
108
108
protected function createConnection ($ dsn , array $ config , array $ options )
109
109
{
110
- // Add credentials as options, this make sure the connection will not fail if
110
+ // Add credentials as options, this makes sure the connection will not fail if
111
111
// the username or password contains strange characters.
112
112
if (isset ($ config ['username ' ]) && $ config ['username ' ])
113
113
{
You can’t perform that action at this time.
0 commit comments