We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3043977 commit 6adf73cCopy full SHA for 6adf73c
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