mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
commit
09b3a80cfa
@ -25,6 +25,8 @@ interface HandlerInterface
|
|||||||
*
|
*
|
||||||
* This is mostly done for performance reasons, to avoid calling processors for nothing.
|
* This is mostly done for performance reasons, to avoid calling processors for nothing.
|
||||||
*
|
*
|
||||||
|
* @param array $record
|
||||||
|
*
|
||||||
* @return Boolean
|
* @return Boolean
|
||||||
*/
|
*/
|
||||||
public function isHandling(array $record);
|
public function isHandling(array $record);
|
||||||
|
@ -42,7 +42,7 @@ class NativeMailerHandler extends MailHandler
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string|array $header Custom added headers
|
* @param string|array $headers Custom added headers
|
||||||
*/
|
*/
|
||||||
public function addHeader($headers)
|
public function addHeader($headers)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user