8000 Fix typo · symfony/symfony@2446920 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2446920

Browse files
committed
8000
Fix typo
1 parent f143f34 commit 2446920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function toString(): string
2929
protected function matches($other): bool
3030
{
3131
if (!$other instanceof Email) {
32-
throw new \LogicException('Can only test a message subject on a Email instance.');
32+
throw new \LogicException('Can only test a message subject on an Email instance.');
3333
}
3434

3535
return str_contains((string) $other->getSubject(), $this->expectedSubjectValue);

0 commit comments

Comments
 (0)
0