inspection fixes

This commit is contained in:
Dennis Eichhorn 2019-02-09 19:42:23 +01:00
parent a9c54d2527
commit 06fd795be1

View File

@ -52,17 +52,21 @@ class Workflow implements WorkflowInterface
return $this->state; return $this->state;
} }
public function runRequest($data) : void public function runRequest($data) : int
{ {
// todo: create workflow // todo: create workflow
// todo: create task // todo: create task
// todo: set state // todo: set state
return 0;
} }
public function runPending($data) : void public function runPending($data) : int
{ {
// todo: approve?! // todo: approve?!
// todo: // todo:
return 0;
} }
public function getState() : int public function getState() : int