1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 15:44:34 +02:00

Adjust docblocks, refs #686 #685

This commit is contained in:
Jordi Boggiano
2015-11-18 17:14:09 +00:00
parent 0880801b4a
commit 64f6c3d916
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ namespace Monolog\Formatter;
class FluentdFormatter implements FormatterInterface class FluentdFormatter implements FormatterInterface
{ {
/** /**
* @var bool $levelTag - should message level be a part of the fluentd tag * @var bool $levelTag should message level be a part of the fluentd tag
*/ */
protected $levelTag = false; protected $levelTag = false;

View File

@@ -86,7 +86,7 @@ class HipChatHandler extends SocketHandler
/** /**
* @param string $token HipChat API Token * @param string $token HipChat API Token
* @param string $room The room that should be alerted of the message (Id or Name) * @param string $room The room that should be alerted of the message (Id or Name)
* @param string $name Name used in the "from" field. Not used for v2 * @param string $name Name used in the "from" field.
* @param bool $notify Trigger a notification in clients or not * @param bool $notify Trigger a notification in clients or not
* @param int $level The minimum logging level at which this handler will be triggered * @param int $level The minimum logging level at which this handler will be triggered
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param bool $bubble Whether the messages that are handled can bubble up the stack or not