We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e26bc commit 8d2722cCopy full SHA for 8d2722c
Logger/Handler/Sentry.php
@@ -27,7 +27,7 @@ public function __construct(
27
/**
28
* @inheritDoc
29
*/
30
- public function isHandling(array $record): bool
+ public function isHandling($record): bool
31
{
32
$config = $this->sentryHelper->collectModuleConfig();
33
$this->setLevel($config['log_level']);
@@ -38,7 +38,7 @@ public function isHandling(array $record): bool
38
39
40
41
- public function handle(array $record): bool
+ public function handle($record): bool
42
43
if (!$this->isHandling($record)) {
44
return false;
0 commit comments