mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-21 20:35:17 +02:00
Correct spacing
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monolog package.
|
* This file is part of the Monolog package.
|
||||||
*
|
*
|
||||||
@@ -113,7 +114,6 @@ class NativeMailerHandler extends MailHandler
|
|||||||
return $this->contentType;
|
return $this->contentType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string $encoding
|
* @return string $encoding
|
||||||
*/
|
*/
|
||||||
@@ -122,7 +122,6 @@ class NativeMailerHandler extends MailHandler
|
|||||||
return $this->encoding;
|
return $this->encoding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $contentType The content type of the email - Defaults to text/plain. Use text/html for HTML
|
* @param string $contentType The content type of the email - Defaults to text/plain. Use text/html for HTML
|
||||||
* messages.
|
* messages.
|
||||||
|
Reference in New Issue
Block a user