andkirby / commithook

CommitHooks code validation and auto-formatting commit message.
GNU General Public License v3.0
7 stars 3 forks source link

Single asterisk in inline PHPDoc block prevents to PHP error #27

Closed andkirby closed 9 years ago

andkirby commented 9 years ago

We face a problem that class mentioned in inline PHPDoc block prevents to reloading it file. /* @var $this Mage_Core_Model_Resource_Setup */ Actually it should double asterisk in the beginning. Need to add a validation.

PHP v5.4.40. Cent OS system.

andkirby commented 9 years ago

Done. Also added finding lines for validators.