Completed
Branch master (08a3e3)
by Roberto
02:43
created
Category
src/Please.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function __construct($callable, $args)
13 13
     {
14 14
         if (!is_array($args)) {
15
-            $args = [$args];
15
+            $args = [ $args ];
16 16
         }
17 17
         try {
18 18
             $this->result = call_user_func_array($callable, $args);
Please login to merge, or discard this patch.