Skip to content

Commit 3137f73

Browse files
Update InboundEmail.php
1 parent 9cf123b commit 3137f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InboundEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function isValid(): bool
172172
return $this->from() !== '' && ($this->text() !== '' || $this->html() !== '');
173173
}
174174

175-
public function headerValue(string $headerName): string
175+
public function headerValue($headerName): string
176176
{
177177
return $this->message()->getHeaderValue($headerName, null);
178178
}

0 commit comments

Comments
 (0)