Explorar el Código

Update TypeConverter.php

typo bug
Yurok hace 8 años
padre
commit
a8237f9c4e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Alcaeus/MongoDbAdapter/TypeConverter.php

+ 1 - 1
lib/Alcaeus/MongoDbAdapter/TypeConverter.php

@@ -44,7 +44,7 @@ class TypeConverter
             case $value instanceof BSON\Type:
                 return $value;
             case is_array($value):
-            case is_object($value);
+            case is_object($value):
                 $result = [];
 
                 foreach ($value as $key => $item) {