Skip to content

Commit

Permalink
delete hint bool in method (for php 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
templton committed Jul 19, 2019
1 parent f69a770 commit bc1c7d3
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 bc1c7d3

Please sign in to comment.