fix todo comments

This commit is contained in:
Dennis Eichhorn 2020-01-12 17:56:25 +01:00
parent 19d571d8e7
commit 80cbc75698

View File

@ -74,9 +74,9 @@ class Workflow implements WorkflowInterface
*/ */
public function runRequest($data) : int public function runRequest($data) : int
{ {
// todo: create workflow // create workflow
// todo: create task // create task
// todo: set state // set state
return 0; return 0;
} }
@ -92,8 +92,7 @@ class Workflow implements WorkflowInterface
*/ */
public function runPending($data) : int public function runPending($data) : int
{ {
// todo: approve?! // approve?!
// todo:
return 0; return 0;
} }