silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
719 stars 820 forks source link

Make data representations in `ArrayList` more consistent #11069

Open GuySartorelli opened 7 months ago

GuySartorelli commented 7 months ago

Currently if you pass in an array of associative arrays to ArrayList to store as its items, the representation of that data is inconsistent:

To Decide: