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
It's only a matter of time before ArrayObject will deprecated and removed, see this discussion in PHP core. Our documentation mentions the append() and getArrayCopy() methods. We could change the LazyArray class as such that it extends our own ArrayLikeObject with those two methods attached. Maybe we should wait until the container offset behaviour RFC lands.
The text was updated successfully, but these errors were encountered:
It's only a matter of time before ArrayObject will deprecated and removed, see this discussion in PHP core. Our documentation mentions the
append()
andgetArrayCopy()
methods. We could change theLazyArray
class as such that it extends our ownArrayLikeObject
with those two methods attached. Maybe we should wait until the container offset behaviour RFC lands.The text was updated successfully, but these errors were encountered: