Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed May 16, 2022
1 parent d5274df commit d76a3d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Clients/S3Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class S3Client extends BaseClient
{

}
2 changes: 0 additions & 2 deletions src/Contracts/AwsClientConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

interface AwsClientConfiguration
{

/**
* Retrieve an array of configuration options for Lambda,
* Cloudwatch and S3 AWS services.
*
* @return array
*/
public function getConfiguration();

}

0 comments on commit d76a3d4

Please sign in to comment.