Test Failed
Branch master (251457)
by Tim
09:13
created
Category
src/ProtoFactory/ChaincodeProposalPayloadFactory.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 AmericanExpress\HyperledgerFabricClient\ProtoFactory;
22 22
 
Please login to merge, or discard this patch.
src/ProtoFactory/HeaderFactory.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 AmericanExpress\HyperledgerFabricClient\ProtoFactory;
22 22
 
Please login to merge, or discard this patch.
src/Client.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 AmericanExpress\HyperledgerFabricClient;
22 22
 
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
         }
156 156
 
157 157
         // Convert peers into asynchronous calls.
158
-        $calls = \array_map(function (PeerInterface $peer) use ($proposal) {
158
+        $calls = \array_map(function(PeerInterface $peer) use ($proposal) {
159 159
             return $peer->processSignedProposal($proposal);
160 160
         }, $options->getPeers());
161 161
 
Please login to merge, or discard this patch.
src/Nonce/RandomBytesNonceGenerator.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 AmericanExpress\HyperledgerFabricClient\Nonce;
22 22
 
Please login to merge, or discard this patch.
src/Nonce/NonceGeneratorInterface.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 AmericanExpress\HyperledgerFabricClient\Nonce;
22 22
 
Please login to merge, or discard this patch.
src/User/UserContextFactory.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 AmericanExpress\HyperledgerFabricClient\User;
22 22
 
Please login to merge, or discard this patch.
src/User/UserContext.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 AmericanExpress\HyperledgerFabricClient\User;
22 22
 
Please login to merge, or discard this patch.
src/User/UserContextInterface.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 AmericanExpress\HyperledgerFabricClient\User;
22 22
 
Please login to merge, or discard this patch.
protobuf/dist/Hyperledger/Fabric/Protos/Peer/EventsClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      */
41 41
     public function Chat($metadata = [], $options = []) {
42 42
         return $this->_bidiRequest('/protos.Events/Chat',
43
-        ['\Hyperledger\Fabric\Protos\Peer\Event','decode'],
43
+        ['\Hyperledger\Fabric\Protos\Peer\Event', 'decode'],
44 44
         $metadata, $options);
45 45
     }
46 46
 
Please login to merge, or discard this patch.