Commit cf7d7ae7 authored by Renato Moura's avatar Renato Moura

Fix CodeStyle

fix #798
parent 37398d2e
...@@ -49,7 +49,7 @@ class Collection ...@@ -49,7 +49,7 @@ class Collection
$query = []; $query = [];
// Convert the query paramters to a json string. // Convert the query paramters to a json string.
array_walk_recursive($parameters, function (&$item, $key){ array_walk_recursive($parameters, function (&$item, $key) {
if ($item instanceof \MongoDB\BSON\ObjectID) { if ($item instanceof \MongoDB\BSON\ObjectID) {
$item = (string) $item; $item = (string) $item;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment