@@ -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 AmericanExpressTest\HyperledgerFabricClient\Serializer; |
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 AmericanExpressTest\HyperledgerFabricClient; |
22 | 22 | |
@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | $this->unaryCall->method('wait') |
150 | 150 | ->willReturn([ |
151 | 151 | new ProposalResponse(), |
152 | - [ 'code' => 0 ] |
|
152 | + ['code' => 0] |
|
153 | 153 | ]); |
154 | 154 | |
155 | 155 | $context = new TransactionOptions([ |
@@ -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 AmericanExpressTest\HyperledgerFabricClient\User; |
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 AmericanExpressTest\HyperledgerFabricClient\Channel; |
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 AmericanExpressTest\HyperledgerFabricClient\Options; |
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 AmericanExpressTest\HyperledgerFabricClient; |
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 AmericanExpressTest\HyperledgerFabricClient\Exception; |
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 AmericanExpressTest\HyperledgerFabricClient\TestAsset; |
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 AmericanExpressTest\HyperledgerFabricClient\Organization; |
22 | 22 |