Completed
Push — master ( 584c55...9d713d )
by Andreas
08:16
created
lib/Alcaeus/MongoDbAdapter/TypeConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
      */
100 100
     public static function convertProjection($fields)
101 101
     {
102
-        if (! is_array($fields) || $fields === []) {
102
+        if ( ! is_array($fields) || $fields === []) {
103 103
             return [];
104 104
         }
105 105
 
Please login to merge, or discard this patch.