mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-29 03:16:21 +01:00
Code cleanups
This commit is contained in:
@@ -88,7 +88,7 @@ class ProcessHandler extends AbstractProcessingHandler
|
||||
{
|
||||
$this->ensureProcessIsStarted();
|
||||
|
||||
$this->writeProcessInput($record['formatted']);
|
||||
$this->writeProcessInput($record->formatted);
|
||||
|
||||
$errors = $this->readProcessErrors();
|
||||
if (empty($errors) === false) {
|
||||
|
||||
Reference in New Issue
Block a user