FriendsOfSymfony1 / doctrine1

[DEPRECATED -- Use Doctrine2 instead] Doctrine 1 Object Relational Mapper.
http://www.doctrine-project.org
GNU Lesser General Public License v2.1
40 stars 75 forks source link

Fix PHP 7.3 backward incompatible with continue statements #67

Closed endeveit closed 5 years ago

endeveit commented 5 years ago

This fixes the issue with backward incompatible change introduced in PHP 7.3 for continue statements targeting switch control flow structures.