Completed
Push — master ( c9dd00...4d2f0d )
by Nathan
02:17
created
src/Command/Wallet/SendMany.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @param string $comment
21 21
      * @param string[] $subtractFromAddresses
22 22
      */
23
-    public function __construct(array $amounts, int $minConfig = 1, string $comment = '', array $subtractFromAddresses = [])
23
+    public function __construct(array $amounts, int $minConfig = 1, string $comment = '', array $subtractFromAddresses = [ ])
24 24
     {
25 25
         call_user_func_array(function(Amount ...$amounts) {}, $amounts);
26 26
         call_user_func_array(function(string ...$addresses) {}, $subtractFromAddresses);
Please login to merge, or discard this patch.