Passed
Push — master ( 2ff4f6...d101d2 )
by Nathan
02:36
created
src/Command/Wallet/ListUnspent.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
      * @param int $minConf
17 17
      * @param int $maxConf
18 18
      */
19
-    public function __construct(array $addresses = [], int $minConf = 1, int $maxConf = 9999999)
19
+    public function __construct(array $addresses = [ ], int $minConf = 1, int $maxConf = 9999999)
20 20
     {
21 21
         call_user_func_array(function(string ...$address) {}, $addresses);
22 22
 
Please login to merge, or discard this patch.