Passed
Pull Request — master (#7)
by Timothy
06:21
created
test/unit/test/Serializer/AsciiCharStringSerializerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
test/unit/test/ClientTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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([
Please login to merge, or discard this patch.
test/unit/test/User/UserContextTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
test/unit/test/Channel/ChannelTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
test/unit/test/Options/AbstractOptionsTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
test/unit/test/ClientFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
test/unit/test/Exception/RuntimeExceptionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
test/unit/test/TestAsset/FakeOptions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
test/unit/test/Organization/OrganizationOptionsTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.