Completed
Push — master ( d101d2...c9dd00 )
by Nathan
03:29
created
src/Command/Wallet/LockUnspent.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
      */
17 17
     public function __construct(bool $unlock, array $transactions)
18 18
     {
19
-        call_user_func_array(function (Transaction ...$t) {}, $transactions);
19
+        call_user_func_array(function(Transaction ...$t) {}, $transactions);
20 20
 
21 21
         $this->unlock = $unlock;
22 22
         $this->transactions = $transactions;
Please login to merge, or discard this patch.