Skip to content

Commit

Permalink
Merge pull request #48 from templton/hint_bool_php5
Browse files Browse the repository at this point in the history
delete hint bool in method (for php 5)
  • Loading branch information
Sergei Kasatkin authored Jul 19, 2019
2 parents f69a770 + bc1c7d3 commit 014105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 014105e

Please sign in to comment.