Skip to content

Commit 011587b

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Jenssegers/Mongodb/Schema/Builder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,11 @@ protected function createBlueprint($collection, Closure $callback = null)
131131
*/
132132
protected function getAllCollections()
133133
{
134-
135134
$collections = [];
136135
foreach ($this->connection->getMongoDB()->listCollections() as $collection) {
137136
$collections[] = $collection->getName();
138137
}
139138

140139
return $collections;
141140
}
142-
143141
}

0 commit comments

Comments
 (0)