1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00

Merge branch '1.x'

This commit is contained in:
Jordi Boggiano
2017-06-18 23:46:31 +02:00
4 changed files with 53 additions and 26 deletions

View File

@@ -27,6 +27,7 @@ class JsonFormatter extends NormalizerFormatter
protected $batchMode;
protected $appendNewline;
/**
* @var bool
*/
@@ -81,9 +82,6 @@ class JsonFormatter extends NormalizerFormatter
}
}
/**
* @param bool $include
*/
public function includeStacktraces(bool $include = true)
{
$this->includeStacktraces = $include;