Passed
Push — master ( 075021...0877a3 )
by Valentin
03:25
created
src/Command/CreateScheduleCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         $this->workflow = $workflow;
52 52
         $this->schedule = $schedule;
53 53
         $this->onFailure = $onFailure ?? self::FAILURE_TYPE_CONTINUE;
54
-        $this->active = $active ?? true ;
54
+        $this->active = $active ?? true;
55 55
         $this->comment = $comment ?? $this->workflow->getComment();
56 56
     }
57 57
 
Please login to merge, or discard this patch.