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

Merge pull request #1355 from ScullWM/error_handler_signature

Fix error_handler return type declaration
This commit is contained in:
Jordi Boggiano
2019-08-15 21:25:15 +02:00
committed by GitHub
4 changed files with 11 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ class RotatingFileHandlerTest extends TestCase
'code' => $code,
'message' => $message,
];
return true;
});
}