mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-12 04:08:40 +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;
|
return $this->state;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function runRequest($data)
|
public function runRequest($data) : void
|
||||||
{
|
{
|
||||||
// todo: create workflow
|
// todo: create workflow
|
||||||
// todo: create task
|
// todo: create task
|
||||||
// todo: set state
|
// todo: set state
|
||||||
}
|
}
|
||||||
|
|
||||||
public function runPending($data)
|
public function runPending($data) : void
|
||||||
{
|
{
|
||||||
// todo: approve?!
|
// todo: approve?!
|
||||||
// todo:
|
// todo:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user