From 80cbc7569852ef86d295a75ab38a526a44939504 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 12 Jan 2020 17:56:25 +0100 Subject: [PATCH] fix todo comments --- Templates/Permission/Workflow.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Templates/Permission/Workflow.php b/Templates/Permission/Workflow.php index 730384a..2aefb67 100644 --- a/Templates/Permission/Workflow.php +++ b/Templates/Permission/Workflow.php @@ -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; }