mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-11 14:58:39 +00:00
inspection fixes
This commit is contained in:
parent
a9c54d2527
commit
06fd795be1
|
|
@ -52,17 +52,21 @@ class Workflow implements WorkflowInterface
|
|||
return $this->state;
|
||||
}
|
||||
|
||||
public function runRequest($data) : void
|
||||
public function runRequest($data) : int
|
||||
{
|
||||
// todo: create workflow
|
||||
// todo: create task
|
||||
// todo: set state
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
public function runPending($data) : void
|
||||
public function runPending($data) : int
|
||||
{
|
||||
// todo: approve?!
|
||||
// todo:
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
public function getState() : int
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user