Passed
Push — master ( 624f3a...735dfe )
by Mr
02:04
created
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.