You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see toArray method use \iterator_to_array($this, false) which set $preserve_keys to false. But using \iterator_to_array($pipeline) also gives the same result
The text was updated successfully, but these errors were encountered:
gives the following result
However, I expect the result should be
I see
toArray
method use\iterator_to_array($this, false)
which set$preserve_keys
tofalse
. But using\iterator_to_array($pipeline)
also gives the same resultThe text was updated successfully, but these errors were encountered: