Skip to content

Commit ce158a2

Browse files
committed
cs-fix
1 parent 2af2294 commit ce158a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Email/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Email
197197
*
198198
* @see http://www.ietf.org/rfc/rfc822.txt
199199
*
200-
* @var "\r\n"|"\n"
200+
* @var "\n"|"\r\n"
201201
*/
202202
public $CRLF = "\r\n";
203203

0 commit comments

Comments
 (0)