Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Cloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ class Cloud
/**
* DecoratorInterface for the cloud
*
* @var Cloud
* @var Cloud\Decorator\AbstractCloud
*/
protected $cloudDecorator = null;

/**
* DecoratorInterface for the tags
*
* @var Tag
* @var Cloud\Decorator\AbstractTag
*/
protected $tagDecorator = null;

Expand Down Expand Up @@ -208,7 +208,7 @@ public function setCloudDecorator($decorator)
/**
* Get the decorator for the cloud
*
* @return Cloud
* @return Cloud\Decorator\AbstractCloud
*/
public function getCloudDecorator()
{
Expand Down Expand Up @@ -255,7 +255,7 @@ public function setTagDecorator($decorator)
/**
* Get the decorator for the tags
*
* @return Tag
* @return Cloud\Decorator\AbstractTag
*/
public function getTagDecorator()
{
Expand Down

0 comments on commit 5441ea0

Please sign in to comment.