Skip to content

Commit d11d432

Browse files
committed
mongodb#1318 Conform with PSR-2 styles
1 parent 6a74102 commit d11d432

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)