Skip to content

Commit 7fbc32c

Browse files
committed
#1318 Conform with PSR-2 styles
1 parent 1f2c88f commit 7fbc32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Schema/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected function getAllCollections()
133133
{
134134

135135
$collections = [];
136-
foreach($this->connection->getMongoDB()->listCollections() as $collection) {
136+
foreach ($this->connection->getMongoDB()->listCollections() as $collection) {
137137
$collections[] = $collection->getName();
138138
}
139139

0 commit comments

Comments
 (0)