@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright (c) 2017-present Ganbaro Digital Ltd |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright (c) 2017-present Ganbaro Digital Ltd |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright (c) 2017-present Ganbaro Digital Ltd |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright (c) 2017-present Ganbaro Digital Ltd |
@@ -51,8 +51,8 @@ |
||
| 51 | 51 | * exception thrown when our attempt to decrypt a string has failed |
| 52 | 52 | */ |
| 53 | 53 | class CannotDecryptString |
| 54 | - extends ParameterisedException |
|
| 55 | - implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 54 | + extends ParameterisedException |
|
| 55 | + implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 56 | 56 | { |
| 57 | 57 | // we map onto HTTP 500 |
| 58 | 58 | use UnexpectedErrorStatusProvider; |
@@ -52,8 +52,8 @@ |
||
| 52 | 52 | * with our MessagingPipeline |
| 53 | 53 | */ |
| 54 | 54 | class HmacVerificationFailed |
| 55 | - extends ParameterisedException |
|
| 56 | - implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 55 | + extends ParameterisedException |
|
| 56 | + implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 57 | 57 | { |
| 58 | 58 | // we map onto HTTP 500 |
| 59 | 59 | use UnexpectedErrorStatusProvider; |
@@ -52,8 +52,8 @@ |
||
| 52 | 52 | * isn't an encryption cipher that it supports |
| 53 | 53 | */ |
| 54 | 54 | class InvalidEncryptionIV |
| 55 | - extends ParameterisedException |
|
| 56 | - implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 55 | + extends ParameterisedException |
|
| 56 | + implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 57 | 57 | { |
| 58 | 58 | // we map onto HTTP 500 |
| 59 | 59 | use UnexpectedErrorStatusProvider; |
@@ -52,8 +52,8 @@ |
||
| 52 | 52 | * with our MessagingPipeline |
| 53 | 53 | */ |
| 54 | 54 | class HmacNotFound |
| 55 | - extends ParameterisedException |
|
| 56 | - implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 55 | + extends ParameterisedException |
|
| 56 | + implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 57 | 57 | { |
| 58 | 58 | // we map onto HTTP 500 |
| 59 | 59 | use UnexpectedErrorStatusProvider; |
@@ -51,8 +51,8 @@ |
||
| 51 | 51 | * exception thrown when json_encode() has failed |
| 52 | 52 | */ |
| 53 | 53 | class CannotJsonEncode |
| 54 | - extends ParameterisedException |
|
| 55 | - implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 54 | + extends ParameterisedException |
|
| 55 | + implements MessagingPipelineException, HttpRuntimeErrorException |
|
| 56 | 56 | { |
| 57 | 57 | // we map onto HTTP 500 |
| 58 | 58 | use UnexpectedErrorStatusProvider; |