Skip to content

Commit fcea419

Browse files
committed
Fix issue with property encoding
1 parent 9c77b5b commit fcea419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailHog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ protected function getEmailPriority($email): string
445445
*/
446446
protected function getDecodedEmailProperty($email, $property): string
447447
{
448-
if ($property !== '') {
448+
if ($property === '') {
449449
return $property;
450450
}
451451

0 commit comments

Comments
 (0)