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
Hi. Thanks for the use case. I think the plugin did not have support for the custom \Iterator classes. Would need to implement it. I won't have the time myself anytime soon sadly, the only hope is on an MR ;c
I don't know if it's me, but i have a class which implements iterator, and on the current() override i return an array with the subkeys definitions.
When i use the object inside a foreach, the value elements are not been recognized. If i explicitly call the ->current() method, it is.
The text was updated successfully, but these errors were encountered: