Skip to content

Commit 463121a

Browse files
wilsenhcgithub-actions[bot]
authored andcommitted
Fix code styling [ci skip]
1 parent ac721ad commit 463121a

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

src/Clients/CloudWatchLogsClient.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77

88
use Aws\CloudWatchLogs\CloudWatchLogsClient as BaseClient;
99

10-
class CloudWatchLogsClient extends BaseClient
11-
{
12-
}
10+
class CloudWatchLogsClient extends BaseClient {}

src/Clients/S3Client.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
use Aws\S3\S3Client as BaseClient;
66

7-
class S3Client extends BaseClient
8-
{
9-
}
7+
class S3Client extends BaseClient {}

src/Exceptions/ConfigurationException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@
55

66
namespace Hammerstone\Sidecar\Exceptions;
77

8-
class ConfigurationException extends SidecarException
9-
{
10-
}
8+
class ConfigurationException extends SidecarException {}

src/Exceptions/LambdaExecutionException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@
55

66
namespace Hammerstone\Sidecar\Exceptions;
77

8-
class LambdaExecutionException extends SidecarException
9-
{
10-
}
8+
class LambdaExecutionException extends SidecarException {}

src/Exceptions/SidecarException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77

88
use Exception;
99

10-
class SidecarException extends Exception
11-
{
12-
}
10+
class SidecarException extends Exception {}

0 commit comments

Comments
 (0)