Skip to content

Commit 7e7ded0

Browse files
authored
Apply fixes from StyleCI (#23)
1 parent 208c474 commit 7e7ded0

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
@@ -64,7 +64,7 @@ public function html(): ?string
6464
{
6565
return $this->message()->getHtmlContent();
6666
}
67-
67+
6868
public function headerValue($headerName): string
6969
{
7070
return $this->message()->getHeaderValue($headerName, null);

0 commit comments

Comments
 (0)