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.
2 parents c79223b + ce18fc5 commit f62a639Copy full SHA for f62a639
src/Checks/Checks/QueueCheck.php
@@ -83,7 +83,7 @@ public function run(): Result
83
84
$carbonVersion = InstalledVersions::getVersion('nesbot/carbon');
85
86
- $minutesAgo = $latestHeartbeatAt->diffInMinutes();
+ $minutesAgo = (int) $latestHeartbeatAt->diffInMinutes();
87
88
if (version_compare($carbonVersion,
89
'3.0.0', '<')) {
0 commit comments