Issue Type: Docs: Problem Created: 2009-08-20T08:30:18.000+0000 Last Updated: 2009-08-20T16:56:37.000+0000 Status: Resolved Fix version(s): - 1.9.2 (25/Aug/09)
Reporter: Matthew Turland (elazar) Assignee: Satoru Yoshida (satoruyoshida) Tags: - Zend_Db
Related issues: Attachments: - Adapter.diff
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.
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