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

Type fixes

This commit is contained in:
Jordi Boggiano
2018-11-04 23:31:55 +01:00
parent e07c948042
commit 64f6dc944a
4 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ class BrowserConsoleHandler extends AbstractProcessingHandler
}
}
public function close()
public function close(): void
{
self::resetStatic();
}