Skip to content

Merge pull request #64 from bavix/dependabot/github_actions/bavix/dot… #102

Merge pull request #64 from bavix/dependabot/github_actions/bavix/dot…

Merge pull request #64 from bavix/dependabot/github_actions/bavix/dot… #102

Triggered via push July 29, 2024 15:18
Status Success
Total duration 1m 42s
Artifacts

phpunits.yaml

on: push
Matrix: units
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
units (8.2): src/WarmUpCommand.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected $description = 'Warning! Makes refreshBalance for all wallets.'; public function handle(Wallet $wallet): void { - $wallet::query()->each(static fn(Wallet $wallet): bool => $wallet->refreshBalance()); + } }
units (8.3): src/WarmUpCommand.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected $description = 'Warning! Makes refreshBalance for all wallets.'; public function handle(Wallet $wallet): void { - $wallet::query()->each(static fn(Wallet $wallet): bool => $wallet->refreshBalance()); + } }