Skip to content

Commit 9a30f7d

Browse files
committed
Autoformat src and tests to PER using php-cs-fixer
1 parent ac73236 commit 9a30f7d

File tree

1,198 files changed

+4728
-1854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,198 files changed

+4728
-1854
lines changed

src/ACMPCA/ACMPCAClient.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Aws\ACMPCA;
34

45
use Aws\AwsClient;
@@ -52,4 +53,6 @@
5253
* @method \Aws\Result updateCertificateAuthority(array $args = [])
5354
* @method \GuzzleHttp\Promise\Promise updateCertificateAuthorityAsync(array $args = [])
5455
*/
55-
class ACMPCAClient extends AwsClient {}
56+
class ACMPCAClient extends AwsClient
57+
{
58+
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
namespace Aws\ACMPCA\Exception;
34

45
use Aws\Exception\AwsException;
56

67
/**
78
* Represents an error interacting with the **AWS Certificate Manager Private Certificate Authority** service.
89
*/
9-
class ACMPCAException extends AwsException {}
10+
class ACMPCAException extends AwsException
11+
{
12+
}

src/ARCZonalShift/ARCZonalShiftClient.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Aws\ARCZonalShift;
34

45
use Aws\AwsClient;
@@ -18,4 +19,6 @@
1819
* @method \Aws\Result updateZonalShift(array $args = [])
1920
* @method \GuzzleHttp\Promise\Promise updateZonalShiftAsync(array $args = [])
2021
*/
21-
class ARCZonalShiftClient extends AwsClient {}
22+
class ARCZonalShiftClient extends AwsClient
23+
{
24+
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
namespace Aws\ARCZonalShift\Exception;
34

45
use Aws\Exception\AwsException;
56

67
/**
78
* Represents an error interacting with the **AWS ARC - Zonal Shift** service.
89
*/
9-
class ARCZonalShiftException extends AwsException {}
10+
class ARCZonalShiftException extends AwsException
11+
{
12+
}

src/AbstractConfigurationProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Aws;
34

45
use GuzzleHttp\Promise;

src/AccessAnalyzer/AccessAnalyzerClient.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Aws\AccessAnalyzer;
34

45
use Aws\AwsClient;
@@ -62,4 +63,6 @@
6263
* @method \Aws\Result validatePolicy(array $args = [])
6364
* @method \GuzzleHttp\Promise\Promise validatePolicyAsync(array $args = [])
6465
*/
65-
class AccessAnalyzerClient extends AwsClient {}
66+
class AccessAnalyzerClient extends AwsClient
67+
{
68+
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
namespace Aws\AccessAnalyzer\Exception;
34

45
use Aws\Exception\AwsException;
56

67
/**
78
* Represents an error interacting with the **Access Analyzer** service.
89
*/
9-
class AccessAnalyzerException extends AwsException {}
10+
class AccessAnalyzerException extends AwsException
11+
{
12+
}

src/Account/AccountClient.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Aws\Account;
34

45
use Aws\AwsClient;
@@ -24,4 +25,6 @@
2425
* @method \Aws\Result putContactInformation(array $args = [])
2526
* @method \GuzzleHttp\Promise\Promise putContactInformationAsync(array $args = [])
2627
*/
27-
class AccountClient extends AwsClient {}
28+
class AccountClient extends AwsClient
29+
{
30+
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
namespace Aws\Account\Exception;
34

45
use Aws\Exception\AwsException;
56

67
/**
78
* Represents an error interacting with the **AWS Account** service.
89
*/
9-
class AccountException extends AwsException {}
10+
class AccountException extends AwsException
11+
{
12+
}

src/Acm/AcmClient.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Aws\Acm;
34

45
use Aws\AwsClient;
@@ -37,4 +38,6 @@
3738
* @method \Aws\Result updateCertificateOptions(array $args = [])
3839
* @method \GuzzleHttp\Promise\Promise updateCertificateOptionsAsync(array $args = [])
3940
*/
40-
class AcmClient extends AwsClient {}
41+
class AcmClient extends AwsClient
42+
{
43+
}

0 commit comments

Comments
 (0)