propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 399 forks source link

BC break: rename functions with underscores for PSR2 compat #1775

Closed nederdirk closed 3 years ago

nederdirk commented 3 years ago

Fixes #1638

I chose not to to the 'each class in its own file' rule as suggested in the referenced issue, as test files are currently not covered by the PHPCS checks.