Completed
Push — master ( 53b358...353758 )
by Antonio Oertel
03:53
created
src/Mapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     {
177 177
         $query = $this->generateQuery($collection);
178 178
 
179
-        $withExtraList = (array)$withExtra;
179
+        $withExtraList = (array) $withExtra;
180 180
 
181 181
         $withExtraList = array_merge($withExtraList, $query);
182 182
 
Please login to merge, or discard this patch.
src/Driver/MongoDb/AbstractDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     {
82 82
         return array_combine(
83 83
             array_map(
84
-                function ($key) use ($prefix) {
84
+                function($key) use ($prefix) {
85 85
                     return "{$prefix}{$key}";
86 86
                 }, array_keys($array)),
87 87
             $array
Please login to merge, or discard this patch.