1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-16 18:14:02 +02:00

Fixed PHPDoc

This commit is contained in:
Pascal Borreli
2012-09-17 21:54:25 +00:00
parent 0f3dc95c4a
commit 22803f1f2d
2 changed files with 3 additions and 1 deletions

View File

@@ -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);

View File

@@ -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)
{ {