Browse Source

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 years ago
parent
commit
e1e01319af
1 changed files with 1 additions and 1 deletions
  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())
     {