Skip to content

Commit

Permalink
fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
david-d-h committed Oct 11, 2023
1 parent e37a565 commit acac0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/SendCheckFailedNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function handle(CheckFailed $event)
$this->setNotificationTime($event->check);
}

protected function setNotificationTime(Check $check): int
protected function setNotificationTime(Check $check): bool
{
return Cache::driver('file')->forever(
'laravel-ok::notifications::'.$check::class,
Expand Down

0 comments on commit acac0fd

Please sign in to comment.