Passed
Push — master ( 735dfe...6fc89d )
by Mr
02:01
created
src/Message/BitcoindMessageWorker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         $queue = $parameters['queue'];
54 54
         Assertion::notBlank($queue);
55 55
 
56
-        $messageHandler = function (AMQPMessage $amqpMessage): void {
56
+        $messageHandler = function(AMQPMessage $amqpMessage): void {
57 57
             $this->execute($amqpMessage);
58 58
         };
59 59
 
Please login to merge, or discard this patch.
src/Service/BitcoindService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
     protected function makeOutputList(array $details): OutputList
222 222
     {
223 223
         return OutputList::fromNative(
224
-            array_reduce($details, function (array $carry, array $entry): array {
224
+            array_reduce($details, function(array $carry, array $entry): array {
225 225
                 if ($entry['category'] === 'send') {
226 226
                     $carry[] = [
227 227
                         'address' => $entry['address'],
Please login to merge, or discard this patch.