mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Fix error_handler return type declaration
This commit is contained in:
@@ -134,9 +134,11 @@ class StreamHandler extends AbstractProcessingHandler
|
||||
fwrite($stream, (string) $record['formatted']);
|
||||
}
|
||||
|
||||
private function customErrorHandler($code, $msg): void
|
||||
private function customErrorHandler($code, $msg): bool
|
||||
{
|
||||
$this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
private function getDirFromStream(string $stream): ?string
|
||||
|
Reference in New Issue
Block a user