Update README.md #105
Annotations
4 warnings
units (8.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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());
+
}
}
|
units (8.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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());
+
}
}
|