Completed
Push — master ( 4f1c30...468f94 )
by Guillaume
02:35
created
src/commands/workflow_show_lists_commands.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
     
18 18
     $workflow->result()
19 19
         ->arg(json_encode($data))
20
-        ->title('No ' .lcfirst($itemName))
21
-        ->subtitle('Timer will be created without a ' .lcfirst($itemName))
20
+        ->title('No ' . lcfirst($itemName))
21
+        ->subtitle('Timer will be created without a ' . lcfirst($itemName))
22 22
         ->type('default')
23 23
         ->valid(true);
24 24
 
Please login to merge, or discard this patch.