diff --git a/Templates/Permission/Workflow.php b/Templates/Permission/Workflow.php index a572a06..415b50b 100644 --- a/Templates/Permission/Workflow.php +++ b/Templates/Permission/Workflow.php @@ -52,14 +52,14 @@ class Workflow implements WorkflowInterface return $this->state; } - public function runRequest($data) + public function runRequest($data) : void { // todo: create workflow // todo: create task // todo: set state } - public function runPending($data) + public function runPending($data) : void { // todo: approve?! // todo: