mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-09-20 15:16:40 +00:00
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:
@@ -88,4 +88,4 @@ class MessageIDParser extends Parser
|
||||
$this->warnings[EmailTooLong::CODE] = new EmailTooLong();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user