ZF-6662: misspelling in Zend_Db_Adapter_Abstract: Zend_Db_Statment instead of Zend_Db_Statement
Description
In Zend/Db/Adapter/Abstract function prepare is documented like this
* ...
* @return Zend_Db_Stat{color:red}e{color}ment|PDOStatement
*/
abstract public function prepare($sql);
The 'e' is missing, it hinders auto completion in IDE's
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-05-14T17:02:23.000+0000
Solved in SVN r15577