mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-11 14:58:39 +00:00
php cs fixer
This commit is contained in:
parent
9606acb499
commit
12e1ba47bc
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user