ZF-7647: fetchAssoc() and fetchPairs() in Zend_Db_Adapter_Abstract have wrong docblock return type
Description
The fetchAssoc() and fetchPairs() methods in the Zend_Db_Adapter_Abstract class have incorrect return types noted in their docblocks: the descriptions of both methods state that they return arrays (which they do), but the return type noted in the @return tag specifies that they return strings.
Comments
Posted by Matthew Turland (elazar) on 2009-08-20T08:30:56.000+0000
Patch for library/Zend/Db/Adapter/Abstract.php to correct the noted docblock issues.
Posted by Satoru Yoshida (satoruyoshida) on 2009-08-20T16:56:37.000+0000
Solved in SVN r17701