Completed
Push — develop ( b345eb...84b572 )
by Stuart
03:45
created
src/V1/Requirements/RequireValidEncryptionCipher.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * @throws UnsupportedEncryptionCipher
86 86
      *         if we have something that isn't a MessagingPipelineInstruction
87 87
      */
88
-    public function to($item, $fieldOrVarName='$item')
88
+    public function to($item, $fieldOrVarName = '$item')
89 89
     {
90 90
         // are we happy?
91 91
         if (IsValidEncryptionCipher::check($item)) {
Please login to merge, or discard this patch.
src/V1/Requirements/RequireConfigHasKey.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      * @throws ConfigKeyNotFound
108 108
      *         if $item[$this->expectedKey] does not exist
109 109
      */
110
-    public function to($item, $fieldOrVarName='$item')
110
+    public function to($item, $fieldOrVarName = '$item')
111 111
     {
112 112
         // are we happy?
113 113
         if (DoesArrayHaveKey::check($item, $this->expectedKey)) {
Please login to merge, or discard this patch.
src/V1/Operations/EncryptString.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/V1/Operations/RemoveHmac.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/V1/Operations/EncodeBase64.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/V1/Instructions/DecodePayloadFromJson.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/V1/Instructions/SignPayload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/V1/Instructions/EncryptPayload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/V1/Instructions/DecodePayloadFromAsciiSafeString.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.