-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 1.2.0
-
Component/s: None
-
None
Collection::mapReduce() checks if the $out argument indicates inline output by examining the first key of the object/array. It would be helpful if it also supported MongoDB\BSON\Serializable objects, as is_first_key_operator() does.