Explorar el Código

ZF-7315: review phpDoc for API documentation generation (Zend_File)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16869 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael hace 16 años
padre
commit
37d02a1c37
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      library/Zend/File/Transfer/Adapter/Http.php

+ 3 - 0
library/Zend/File/Transfer/Adapter/Http.php

@@ -19,6 +19,9 @@
  * @version   $Id: $
  */
 
+/**
+ * @see Zend_File_Transfer_Adapter_Abstract
+ */
 require_once 'Zend/File/Transfer/Adapter/Abstract.php';
 
 /**