@@ -51,7 +51,7 @@ |
||
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 |