Skip to content

Commit

Permalink
修改回调
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Jun 16, 2019
1 parent cb93904 commit 326caa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function onError():Event
return $this->onError;
}

public function onException(callable $call):Event
public function onException():Event
{
return $this->onException;
}
Expand Down

0 comments on commit 326caa8

Please sign in to comment.