This commit is contained in:
2025-11-03 16:22:33 +01:00
parent 7654db4e39
commit 662e962549
121 changed files with 132 additions and 172 deletions

View File

@@ -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()
)