1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

Private formatter on LogPlugin

This commit is contained in:
Michael Dowling 2013-08-05 12:38:07 -07:00
parent 8db916a45d
commit 58ba4979db

View File

@ -21,7 +21,7 @@ class LogPlugin implements EventSubscriberInterface
private $logger;
/** @var MessageFormatter Formatter used to format messages before logging */
protected $formatter;
private $formatter;
/**
* @param LoggerInterface $logger Logger used to log messages