2
0
فهرست منبع

[ZF-6693] Zend_File_Transfer:

- changed API doc

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15616 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 سال پیش
والد
کامیت
ee5d4203e8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      library/Zend/File/Transfer/Adapter/Abstract.php

+ 1 - 1
library/Zend/File/Transfer/Adapter/Abstract.php

@@ -1185,7 +1185,7 @@ abstract class Zend_File_Transfer_Adapter_Abstract
      *
      * @param string|array $files Files to get the mimetype from
      * @throws Zend_File_Transfer_Exception When the file does not exist
-     * @return string|array Filesize
+     * @return string|array MimeType
      */
     public function getMimeType($files = null)
     {