php cs fixer

This commit is contained in:
Dennis Eichhorn 2018-12-28 19:13:17 +01:00
parent 9606acb499
commit 12e1ba47bc

View File

@ -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: