monolog-mysql icon indicating copy to clipboard operation
monolog-mysql copied to clipboard

Declaration of MySQLHandler\MySQLHandler::write(array $record) must be compatible with Monolog\Handler\AbstractProcessingHandler::write(array $record): void

Open pinyht opened this issue 5 years ago • 4 comments

Declaration of MySQLHandler\MySQLHandler::write(array $record) must be compatible with Monolog\Handler\AbstractProcessingHandler::write(array $record): void

can't use with monolog v2.0.0

pinyht avatar Oct 08 '19 06:10 pinyht

Declaration of MySQLHandler\MySQLHandler::write(array $record) must be compatible with Monolog\Handler\AbstractProcessingHandler::write(array $record): void in MySQLHandler.php on line 17

michalzimniak avatar Oct 23 '19 10:10 michalzimniak

I'm trying to figure out the changes to the Monolog in my spare time, please wait!

cr-lgl avatar Oct 23 '19 12:10 cr-lgl

Any chance of merging @kovenant's fix?

czachor avatar Feb 05 '20 15:02 czachor

Any chance of merging @kovenant's fix?

nooborka avatar Apr 14 '20 17:04 nooborka

A patch of this error will be available in https://github.com/waza-ari/monolog-mysql/pull/47

amacado avatar Sep 18 '23 20:09 amacado