1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-28 02:56:16 +01:00

Fix PHP 8.5 __sleep deprecation (#1997)

This patch breaks any implementation of __sleep in child classes/user handlers. Should be warned in the release notes.

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
This commit is contained in:
angeljqv
2025-10-24 03:02:31 -05:00
committed by GitHub
parent f049cfdcda
commit efab5aabaf
2 changed files with 3 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ class StreamHandlerTest extends \Monolog\Test\MonologTestCase
/**
* @covers Monolog\Handler\StreamHandler::close
* @covers Monolog\Handler\Handler::__sleep
* @covers Monolog\Handler\Handler::__serialize
*/
public function testSerialization()
{