8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f143f34 commit 2446920Copy full SHA for 2446920
src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php
@@ -29,7 +29,7 @@ public function toString(): string
29
protected function matches($other): bool
30
{
31
if (!$other instanceof Email) {
32
- throw new \LogicException('Can only test a message subject on a Email instance.');
+ throw new \LogicException('Can only test a message subject on an Email instance.');
33
}
34
35
return str_contains((string) $other->getSubject(), $this->expectedSubjectValue);
0 commit comments