ZF-10439: Invalid phpdoc @param type: constant
Description
In the phpdoc comments of Zend_Db_Select for functions where() and orWhere() there is a line @param constant $type
"constant" is not allowed here, it has to be "int". My IDE thinks an object of class "constant" is needed there and reports wrong parameter usage.
Comments
Posted by Marc Hodgins (mjh_ca) on 2010-10-25T19:35:01.000+0000
Patch attached.
Posted by Matthew Weier O'Phinney (matthew) on 2010-10-26T05:50:00.000+0000
Patch applied to trunk and 1.11 release branch -- thanks!