Completed
Push — master ( 04d071...ca1502 )
by Nathan
02:43
created
src/Command/Generating/SetGenerate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             'jsonrpc' => Command::JSON_RPC_VERSION,
23 23
             'id'      => Command::ID,
24 24
             'method'  => self::METHOD,
25
-            'params' => array_merge([$this->generate], !is_null($this->limit) ? [$this->limit] : [])
25
+            'params' => array_merge([ $this->generate ], !is_null($this->limit) ? [ $this->limit ] : [ ])
26 26
         ];
27 27
     }
28 28
 }
Please login to merge, or discard this patch.