propelorm / Propel

Current stable (and outdated and unmaintained) version of Propel - Please use v2 https://github.com/propelorm/Propel2 --
http://www.propelorm.org
MIT License
841 stars 417 forks source link

Fixed deprecated curley bracket array access for Php 7.4 compatibility #1082

Open Robbt opened 4 years ago

Robbt commented 4 years ago

This is an attempt to satisfy the request for additional changes requested so that #1080 could be merged.

I have not tested it but considering as far as I can tell all that is required is the substitution of { } curly braces for [ ] brackets it should be pretty straightforward.