Completed
Branch master (3b2036)
by Andrew
04:31
created
src/AwsHelper/S3Helper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace AwsHelper;
2 2
 
3 3
 use Aws\S3\S3Client;
4
-use Aws\S3\Exception\S3Exception;
5 4
 
6 5
 class S3Helper
7 6
 {
Please login to merge, or discard this patch.
src/AwsHelper/SqsHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace AwsHelper;
2 2
 
3 3
 use Aws\Sqs\SqsClient;
4
-use Aws\S3\Exception\S3Exception;
5 4
 
6 5
 class SqsHelper
7 6
 {
Please login to merge, or discard this patch.