Completed
Push — master ( 0fe0f9...da6153 )
by Guillaume
02:23
created
src/menu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
                 ->valid(false);
53 53
         } else {
54 54
             $subtitle = $alfredTime->hasTimerRunning() === true ? 'Stop and delete current timer for ' : 'Delete timer for ';
55
-            $subtitle.= implode(' and ', array_map('ucfirst', $servicesToUndo));
55
+            $subtitle .= implode(' and ', array_map('ucfirst', $servicesToUndo));
56 56
 
57 57
             $workflow->result()
58 58
                 ->uid('')
Please login to merge, or discard this patch.