atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
273 stars 46 forks source link

Rename all remaining properties to camelCase #1043

Closed mvorisek closed 2 years ago

mvorisek commented 2 years ago

finish https://github.com/atk4/data/pull/1040

rename all remaining properties with underscore in name: (public|protected|private) .*\$\w+_

regex to fix code to update: (id|title|our|their|master|foreign)_field