Skip to content

Commit 408d267

Browse files
author
Fiete Börner
committed
rebase to latest master and fix style ci issues
1 parent e615e53 commit 408d267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public function getFresh($columns = [])
251251
}
252252

253253
// apply unwinds for subdocument array aggregation
254-
foreach($unwinds as $unwind){
254+
foreach ($unwinds as $unwind) {
255255
$pipeline[] = ['$unwind' => '$' . $unwind];
256256
}
257257

0 commit comments

Comments
 (0)