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