Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher authored and github-actions[bot] committed Dec 27, 2023
1 parent 6d978e5 commit 1b5d7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/CheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function handle(
$lastSnapshotAt = CarbonImmutable::now()->floorSeconds((int) $interval->totalSeconds);

$lock = $cache->store()->getStore() instanceof LockProvider
? $cache->store()->lock("laravel:pulse:check", (int) $interval->totalSeconds)
? $cache->store()->lock('laravel:pulse:check', (int) $interval->totalSeconds)

Check failure on line 52 in src/Commands/CheckCommand.php

View workflow job for this annotation

GitHub Actions / Static Analysis

Call to an undefined method Illuminate\Contracts\Cache\Repository::lock().
: null;

while (true) {
Expand Down

0 comments on commit 1b5d7da

Please sign in to comment.