Skip to content

Commit 01cb480

Browse files
committed
Autoformat src and tests to PSR-12 using php-cs-fixer
1 parent 11812f2 commit 01cb480

File tree

1,112 files changed

+4276
-1598
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,112 files changed

+4276
-1598
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/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;
@@ -16,4 +17,6 @@
1617
* @method \Aws\Result putContactInformation(array $args = [])
1718
* @method \GuzzleHttp\Promise\Promise putContactInformationAsync(array $args = [])
1819
*/
19-
class AccountClient extends AwsClient {}
20+
class AccountClient extends AwsClient
21+
{
22+
}
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+
}

src/Acm/Exception/AcmException.php

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

45
use Aws\Exception\AwsException;
56

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

src/AlexaForBusiness/AlexaForBusinessClient.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\AlexaForBusiness;
34

45
use Aws\AwsClient;
@@ -192,4 +193,6 @@
192193
* @method \Aws\Result updateSkillGroup(array $args = [])
193194
* @method \GuzzleHttp\Promise\Promise updateSkillGroupAsync(array $args = [])
194195
*/
195-
class AlexaForBusinessClient extends AwsClient {}
196+
class AlexaForBusinessClient extends AwsClient
197+
{
198+
}

0 commit comments

Comments
 (0)