PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #7471

Return type of DB_DataObject::toArray() incorrect.

Details

Submitted2006-04-24 11:33 UTC
Fromnick dot grimshaw at exponetic dot com
Assignedalan_k
StatusClosed
PackageDB_DataObject
PHP VersionIrrelevant
OSLinux
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'.