Skip to content

Commit f4eee16

Browse files
authored
Fixed code style
1 parent 4a1d86b commit f4eee16

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
@@ -185,7 +185,7 @@ public function isValid(): bool
185185
{
186186
return $this->from() !== '' && ($this->isText() || $this->isHtml());
187187
}
188-
188+
189189
public function isAutoReply($checkCommonSubjects = true): bool
190190
{
191191
if ($this->headerValue('x-autorespond')) {

0 commit comments

Comments
 (0)