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

Use correct case for calls to ReflectionClass::isSubclassOf #47

Closed mkopinsky closed 6 years ago

mkopinsky commented 6 years ago

PHP is case insensitive for method calls, but we may as well do this correctly. Fixes lexpress/doctrine1#40