Skip to content

Commit 4999bcd

Browse files
committed
Add last missing return type
1 parent 132b469 commit 4999bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/ExceptionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function onConsoleException(ConsoleErrorEvent $event): void
143143
$this->client->captureException($exception, $data);
144144
}
145145

146-
protected function shouldExceptionCaptureBeSkipped(\Throwable $exception)
146+
protected function shouldExceptionCaptureBeSkipped(\Throwable $exception): bool
147147
{
148148
foreach ($this->skipCapture as $className) {
149149
if ($exception instanceof $className) {

0 commit comments

Comments
 (0)