beberlei / zf-doctrine

A Zend Framework 1.x and Doctrine 1.2 Integration - UNMAINTAINED
101 stars 21 forks source link

Variable name error in ZFDoctrine_Tool_DoctrineProvider.php #26

Open opsone opened 13 years ago

opsone commented 13 years ago

There is a mismatch in ZFDoctrine_Tool_DoctrineProvider.php line 308 :

Variable named migratePath but used in method with name migrationsPath

Thx for your work, Kevyn

brentc commented 13 years ago

This would be due to this commit: https://github.com/beberlei/zf-doctrine/commit/335935ac712c0cc96fec2ad2bc36797c1050d614

Which was to fix one issue, but creates 2-3 more in it's 'solution'

I commented on it there, but I guess no one is monitoring the commit comments.