mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-28 10:58:43 -07:00
Fix phpstan issues.
This commit is contained in:
@@ -299,7 +299,7 @@ final class DebugController extends Controller
|
||||
if ($lastTime > 0) {
|
||||
$carbon = Carbon::createFromTimestamp($lastTime);
|
||||
$lastCronjob = $carbon->format('Y-m-d H:i:s');
|
||||
$lastCronjobAgo = $carbon->locale('en')->diffForHumans(); // @phpstan-ignore-line
|
||||
$lastCronjobAgo = $carbon->locale('en')->diffForHumans();
|
||||
}
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user