Merge pull request #53 from bavix/dependabot/github_actions/bavix/dot… #92
Annotations
2 warnings
units (8.3):
src/WalletSwapServiceProvider.php#L24
Escaped Mutant for Mutator "ArrayItemRemoval":
@@ @@
*/
public function provides(): array
{
- return [CurrencyServiceInterface::class];
+ return [];
}
}
|
units (8.2):
src/WalletSwapServiceProvider.php#L24
Escaped Mutant for Mutator "ArrayItemRemoval":
@@ @@
*/
public function provides(): array
{
- return [CurrencyServiceInterface::class];
+ return [];
}
}
|