1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 17:46:09 +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
{
/**
* @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;