Browse Source

Update TypeConverter.php

typo bug
Yurok 8 years ago
parent
commit
a8237f9c4e
1 changed files with 1 additions and 1 deletions
  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) {