Skip to content

Merge pull request #60 from bavix/dependabot/github_actions/actions/c… #94

Merge pull request #60 from bavix/dependabot/github_actions/actions/c…

Merge pull request #60 from bavix/dependabot/github_actions/actions/c… #94

Triggered via push March 14, 2024 17:12
Status Success
Total duration 41s
Artifacts

phpunits.yaml

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

Annotations

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