Skip to content

Commit 014105e

Browse files
author
Sergei Kasatkin
authored
Merge pull request #48 from templton/hint_bool_php5
delete hint bool in method (for php 5)
2 parents f69a770 + bc1c7d3 commit 014105e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ public function user($user)
518518
* @param bool $omitErrors
519519
* @return $this
520520
*/
521-
public function omitErrors(bool $omitErrors = false)
521+
public function omitErrors($omitErrors = false)
522522
{
523523
$this->_omitErrors = $omitErrors;
524524
return $this;

0 commit comments

Comments
 (0)