Home » Database » DB_DataObject » Bug #7471
Return type of DB_DataObject::toArray() incorrect.
Details
| Submitted | 2006-04-24 11:33 UTC |
|---|---|
| From | nick dot grimshaw at exponetic dot com |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | Irrelevant |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-04-24 11:33 UTC] nick dot grimshaw at exponetic dot com
Description:
------------
In the online documentation (http://pear.php.net/manual/en/package.database.db-dataobject.db-dataobject.toarray.php) the return-type of DB_DataObject::toArray() is listed as being 'void', when in fact it should be 'array'.