propelorm / Propel2

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

PHP CodeSniffer warnings for PHP 7.0 #1363

Open drodil opened 7 years ago

drodil commented 7 years ago

Running PHP CodeSniffer with PHPCompatibility standard (https://www.sitepoint.com/quick-intro-phpcompatibility-standard-for-phpcs-are-you-php7-ready/) gives warning for each base model:

FOUND 0 ERROR(S) AND 1 WARNING(S) AFFECTING 1 LINE(S)

3514 WARNING Method name "User::__parentCall" is discouraged; PHP has reserved all method names with a double underscore prefix for future use

Not major but most probably could be fixed easily.

dereuromark commented 4 years ago

Is this still an issue? Anyone wants to make a BC PR here?