We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67dd3e commit ec31c7bCopy full SHA for ec31c7b
src/HeroTrait.php
@@ -45,7 +45,7 @@ public function phpError() : void
45
\set_error_handler([$this, 'phpErrorHandler']);
46
}
47
48
- private static function isUncaught(array $error)
+ private static function isUncaught(array $error) : bool
49
{
50
return 0 === strpos($error['message'], 'Uncaught');
51
0 commit comments