ZF-6693: Return Type for Zend_File_Transfer_Adapter_Abstract::getMimeType is incorrect
Description
The phpdoc return type for Zend_File_Transfer_Adapter_Abstract::getMimeType is incorrect. It is currently '@return string|array Filesize'. It should be '@return string|array Mimetype'.
Comments
Posted by Thomas Weidner (thomas) on 2009-05-17T08:41:16.000+0000
Fixed with r15615