auraphp / Aura.Di

Dependency Injection System
MIT License
349 stars 63 forks source link

Drop ArrayObject #228

Open frederikbosch opened 1 month ago

frederikbosch commented 1 month ago

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.