1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 01:26:11 +02:00

Merge branch '1.x'

This commit is contained in:
Jordi Boggiano
2019-07-02 15:55:14 +02:00
5 changed files with 19 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ class StreamHandler extends AbstractProcessingHandler
fclose($this->stream);
}
$this->stream = null;
$this->dirCreated = null;
}
/**