Skip to content

Commit

Permalink
Zend\\Mime\\Mime::LINEEND
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 23, 2013
1 parent 2c1d8d2 commit 35ef23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mime/Mime.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public function __construct($boundary = null)
*
* @param string $str
* @param string $encoding
* @param string $EOL EOL string; defaults to {@link Zend\Mime\Mime::LINEEND}
* @param string $EOL EOL string; defaults to {@link LINEEND}
* @return string
*/
public static function encode($str, $encoding, $EOL = self::LINEEND)
Expand Down

0 comments on commit 35ef23f

Please sign in to comment.