1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 12:17:35 +02:00

Merge pull request #979 from Aliance/patch-1

Update JsonFormatter PHPDoc.
This commit is contained in:
Jordi Boggiano
2017-05-03 15:17:21 +02:00
committed by GitHub

View File

@@ -28,6 +28,7 @@ class JsonFormatter extends NormalizerFormatter
protected $batchMode;
protected $appendNewline;
/**
* @var bool
*/
@@ -35,6 +36,7 @@ class JsonFormatter extends NormalizerFormatter
/**
* @param int $batchMode
* @param bool $appendNewline
*/
public function __construct($batchMode = self::BATCH_MODE_JSON, $appendNewline = true)
{