Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 6ee4fa2

Browse files
committed
Improved PHPDoc for Zend_Cloud
Closes zendframework#640
1 parent 1ba1a87 commit 6ee4fa2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

library/Zend/Cloud/AbstractFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ class Zend_Cloud_AbstractFactory
3030
{
3131
/**
3232
* Constructor
33-
*
34-
* @return void
3533
*/
3634
private function __construct()
3735
{

library/Zend/Cloud/QueueService/Factory.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ class Zend_Cloud_QueueService_Factory extends Zend_Cloud_AbstractFactory
3939

4040
/**
4141
* Constructor
42-
*
43-
* @return void
4442
*/
4543
private function __construct()
4644
{
@@ -51,7 +49,8 @@ private function __construct()
5149
* Retrieve QueueService adapter
5250
*
5351
* @param array $options
54-
* @return void
52+
* @return null|Zend_Cloud_DocumentService_Adapter|Zend_Cloud_QueueService_Adapter|Zend_Cloud_StorageService_Adapter
53+
* @throws Zend_Cloud_QueueService_Exception
5554
*/
5655
public static function getAdapter($options = array())
5756
{

0 commit comments

Comments
 (0)