ZF-3014: Zend_Cache_Core::save() has wrong Api-DOC parameter-type
Description
The api-doc for the "save()" function of "Zend_Cache_Core" has a wrong type for the "$id"-parameter (line 258):
* @param cache $id Cache id (if not set, the last cache id will be used)
Instead the type should be "string":
* @param string $id Cache id (if not set, the last cache id will be used)
Comments
Posted by julien PAULI (doctorrock83) on 2008-04-02T06:45:00.000+0000
Fixed in trunk at r9111
Posted by Wil Sinclair (wil) on 2008-04-21T14:38:04.000+0000
Julien, please feel free to assign an issue to yourself when you mark it fixed.
Thanks.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:19.000+0000
Updating for the 1.6.0 release.