mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-14 18:07:47 +00:00
fix CS
This commit is contained in:
@@ -115,7 +115,8 @@ class OnGenerationFailsTest extends TestCase
|
||||
if (!$arg instanceof Email) {
|
||||
return false;
|
||||
}
|
||||
return array_any($arg->getTo(), fn($to) => 'test@test.com' === $to->getAddress());
|
||||
|
||||
return array_any($arg->getTo(), fn ($to) => 'test@test.com' === $to->getAddress());
|
||||
}),
|
||||
Argument::any()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user