Skip to content

Commit 0f4caee

Browse files
committed
update workflowProcessing trait
1 parent 59e48c8 commit 0f4caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/WorkflowProcessingTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trait WorkflowProcessingTrait
1515
* @param Workflow $model A workflow to run
1616
* @return Workflow That same workflow
1717
*/
18-
public function processWorkflow(Workflow $workflow): Workflow
18+
public function processWorkflow(Workflow $workflow): ?Workflow
1919
{
2020
if ($this->input()->isInteractive()) {
2121
$nickname = uniqid(__METHOD__);

0 commit comments

Comments
 (0)