diff --git a/src/Event.php b/src/Event.php index 7d8a76a..7143a16 100644 --- a/src/Event.php +++ b/src/Event.php @@ -518,7 +518,7 @@ public function user($user) * @param bool $omitErrors * @return $this */ - public function omitErrors(bool $omitErrors = false) + public function omitErrors($omitErrors = false) { $this->_omitErrors = $omitErrors; return $this;