1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 00:56:08 +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

@@ -102,7 +102,7 @@ class GroupHandler extends Handler implements ProcessableHandlerInterface, Reset
}
}
public function close()
public function close(): void
{
parent::close();