We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca16b8a + 6adf73c commit 637dc1eCopy full SHA for 637dc1e
src/InboundEmail.php
@@ -66,7 +66,7 @@ public function html(): ?string
66
return $this->message()->getHtmlContent();
67
}
68
69
- public function headerValue($headerName): string
+ public function headerValue($headerName): ?string
70
{
71
return $this->message()->getHeaderValue($headerName, null);
72
0 commit comments