mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Added some methods in the HandlerInterface and some typehints
This commit is contained in:
@@ -36,7 +36,7 @@ class StreamHandler extends AbstractHandler
|
||||
}
|
||||
}
|
||||
|
||||
public function write($record)
|
||||
public function write(array $record)
|
||||
{
|
||||
if (null === $this->stream) {
|
||||
if (!$this->url) {
|
||||
|
Reference in New Issue
Block a user