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

Docblock fixes

This commit is contained in:
George Mponos
2018-12-09 22:15:55 +02:00
parent 5c8e68b6de
commit 045f8218dd
4 changed files with 5 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ class RavenHandler extends AbstractProcessingHandler
protected $ravenClient;
/**
* @var LineFormatter The formatter to use for the logs generated via handleBatch()
* @var FormatterInterface The formatter to use for the logs generated via handleBatch()
*/
protected $batchFormatter;