@@ -16,7 +16,7 @@ |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\Transaction; |
22 | 22 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\Transaction; |
22 | 22 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\Transaction; |
22 | 22 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\Transaction; |
22 | 22 |
@@ -16,7 +16,7 @@ discard block |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\Proposal; |
22 | 22 | |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | */ |
44 | 44 | public function getProposalResponses(): array |
45 | 45 | { |
46 | - return \array_filter(\array_map(function (Response $response) { |
|
46 | + return \array_filter(\array_map(function(Response $response) { |
|
47 | 47 | return $response->getProposalResponse(); |
48 | 48 | }, $this->responses)); |
49 | 49 | } |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | */ |
62 | 62 | public function getExceptions(): array |
63 | 63 | { |
64 | - return \array_filter(\array_map(function (Response $response) { |
|
64 | + return \array_filter(\array_map(function(Response $response) { |
|
65 | 65 | return $response->getException(); |
66 | 66 | }, $this->responses)); |
67 | 67 | } |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\Proposal; |
22 | 22 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\Proposal; |
22 | 22 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\EndorserClient; |
22 | 22 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * permissions and limitations under the License. |
17 | 17 | */ |
18 | 18 | |
19 | -declare(strict_types=1); |
|
19 | +declare(strict_types = 1); |
|
20 | 20 | |
21 | 21 | namespace AmericanExpress\HyperledgerFabricClient\EndorserClient; |
22 | 22 |