Skip to content

Commit

Permalink
Add missing use statement for ResourceIteratorInterface in ConfigServ…
Browse files Browse the repository at this point in the history
…iceClient & KinesisClient
  • Loading branch information
hacfi committed Apr 21, 2015
1 parent a9e8ab1 commit e6e3c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Aws/ConfigService/ConfigServiceClient.php
Expand Up @@ -22,6 +22,7 @@
use Aws\Common\Exception\Parser\JsonQueryExceptionParser;
use Guzzle\Common\Collection;
use Guzzle\Service\Resource\Model;
use Guzzle\Service\Resource\ResourceIteratorInterface;

/**
* Client to interact with AWS Config
Expand Down
1 change: 1 addition & 0 deletions src/Aws/Kinesis/KinesisClient.php
Expand Up @@ -22,6 +22,7 @@
use Aws\Common\Exception\Parser\JsonQueryExceptionParser;
use Guzzle\Common\Collection;
use Guzzle\Service\Resource\Model;
use Guzzle\Service\Resource\ResourceIteratorInterface;

/**
* Client to interact with Amazon Kinesis
Expand Down

0 comments on commit e6e3c74

Please sign in to comment.