Преглед изворни кода

ZF-11956 - edited the @return value in phpDoc

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24586 44c647ce-9c0f-0410-b52a-842ac1e357ba
karnaf пре 14 година
родитељ
комит
e1e01319af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      library/Zend/Cloud/StorageService/Factory.php

+ 1 - 1
library/Zend/Cloud/StorageService/Factory.php

@@ -50,7 +50,7 @@ class Zend_Cloud_StorageService_Factory extends Zend_Cloud_AbstractFactory
      * Retrieve StorageService adapter
      *
      * @param  array $options
-     * @return void
+     * @return Zend_Cloud_StorageService_Adapter 
      */
     public static function getAdapter($options = array())
     {