Single blank line at eof (#330)

A PHP file without end tag must always end with a single empty line feed.
This commit is contained in:
Mathias Reker ⚡️
2022-07-13 16:51:51 +02:00
committed by GitHub
parent cf5908bb1a
commit 1ca313dfcd
32 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -88,4 +88,4 @@ class MessageIDParser extends Parser
$this->warnings[EmailTooLong::CODE] = new EmailTooLong();
}
}
}
}