Skip to content

Commit 4da3171

Browse files
authored
Merge pull request #5 from nathanjdunn/analysis-zdr5DJ
Apply fixes from StyleCI
2 parents 3cfbf91 + 20e36a7 commit 4da3171

25 files changed

+31
-51
lines changed

src/Api/PaymentSources/Exceptions/PaymentGatewayCurrencyIncompatibleException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class PaymentGatewayCurrencyIncompatibleException extends HttpException
88
{
9-
109
}

src/Api/PaymentSources/Exceptions/PaymentMethodNotPresentException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class PaymentMethodNotPresentException extends HttpException
88
{
9-
109
}

src/Api/PaymentSources/Exceptions/PaymentMethodVerificationFailedException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class PaymentMethodVerificationFailedException extends HttpException
88
{
9-
109
}

src/Api/PaymentSources/Exceptions/PaymentProcessingFailedException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class PaymentProcessingFailedException extends HttpException
88
{
9-
109
}

src/Exceptions/ApiAuthenticationFailedException.php

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

77
class ApiAuthenticationFailedException extends HttpException
88
{
9-
10-
}
9+
}

src/Exceptions/ApiAuthorizationFailedException.php

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

77
class ApiAuthorizationFailedException extends HttpException
88
{
9-
10-
}
9+
}

src/Exceptions/ApiRequestLimitExceededException.php

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

77
class ApiRequestLimitExceededException extends HttpException
88
{
9-
10-
}
9+
}

src/Exceptions/ConfigurationIncompatibleException.php

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

77
class ConfigurationIncompatibleException extends HttpException
88
{
9-
10-
}
9+
}

src/Exceptions/DbConnectionFailureException.php

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

77
class DbConnectionFailureException extends HttpException
88
{
9-
10-
}
9+
}

src/Exceptions/DuplicateEntryExceptions.php

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

77
class DuplicateEntryExceptions extends HttpException
88
{
9-
10-
}
9+
}

0 commit comments

Comments
 (0)