Skip to content

Commit

Permalink
Merge pull request aws#542 from hacfi/missing_use_statement
Browse files Browse the repository at this point in the history
Add missing use statement for ResourceIteratorInterface
  • Loading branch information
mtdowling committed Apr 21, 2015
2 parents c802868 + e6e3c74 commit 705c37e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Aws/CloudTrail/CloudTrailClient.php
Original file line number Diff line number Diff line change
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 CloudTrail
Expand Down
1 change: 1 addition & 0 deletions src/Aws/ConfigService/ConfigServiceClient.php
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 705c37e

Please sign in to comment.