lefuturiste / monolog-discord-handler

A Monolog Handler to send your logs to discord using webhooks
GNU General Public License v3.0
34 stars 13 forks source link

DiscordHandler::write not compatable with Monolog\Handler\AbstractProcessingHandler::write #5

Closed ThePoet444 closed 5 years ago

ThePoet444 commented 5 years ago

Declaration of DiscordHandler\DiscordHandler::write(array $record) must be compatible with Monolog\Handler\AbstractProcessingHandler::write(array $record): void in ~/lefuturiste/monolog-discord-handler/src/DiscordHandler.php on line 153.

I'm also running laravel 6, which uses monolog 2 I believe. Which is probably the problem, but I would love to see if this can get updated. It's very useful.

lefuturiste commented 5 years ago

OK thanks I will check that

lefuturiste commented 5 years ago

Compatibility with version 2 of monolog fixed in version 0.3. You can now update the lib. with the commit fd2909c065c61700e6def4ad4f85da87be462bba not compatible anymore with older version of PHP than 7.2

If you have any issues let me known here!