요양 입력하면 템치료 무효화

This commit is contained in:
2020-05-21 02:16:20 +09:00
parent 88fd94e1cc
commit be270df088
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ abstract class TriggerCaller{
return $this;
}
function fire(?array $env = null, $arg = null):?array{
function fire(array $env, $arg = null):?array{
foreach($this->triggerListByPriority as $priority=>$subTriggerList){
/** @var ObjectTrigger[] $subTriggerList */
foreach($subTriggerList as $trigger){