1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Jordi Boggiano
4a33226f25 Wrap up type-hint adding to all handlers 2018-11-19 23:28:33 +01:00
Jordi Boggiano
06143b03e5 Add a bunch of return types and fix type inconsistencies reports from phan 2018-07-04 14:14:08 +02:00
Jordi Boggiano
bd7b28e5ee Merge branch '1.x' 2018-06-07 18:49:40 +02:00
Erik Booij
ecdfdc9897 Rename Boolean in phpDocs to bool 2017-11-04 12:14:41 +01:00
Ondrej Mirtes
26d7d29d27 Fixed incompatible interfaces with MailHandler 2016-07-19 00:33:15 +02:00
Jordi Boggiano
21dde4dedb Move to strict mode and fix tests 2016-05-27 13:44:00 +01:00
Jordi Boggiano
8a45ed75cc Auto-detecting of mime type for emails and switched to HtmlFormatter for emails by default, fixes #577 2016-05-26 22:41:41 +01:00
Jordi Boggiano
f200e79879 CS fixes 2016-05-26 20:54:06 +01:00
Jordi Boggiano
c889fb2648 CS fixes & upgrading cs fixer config 2015-11-18 17:09:46 +00:00
François-Xavier de Guillebon
f24867ad06 Fixed undeclared properties 2015-09-17 14:33:27 +02:00
Jordi Boggiano
e92a8823c0 Migrate the curl retry functionality into a util class for re-use, refs #599 2015-07-12 14:40:07 +01:00
Jordi Boggiano
4e53428476 Remove variable func call and some more curl error checks 2015-06-19 14:29:43 +01:00
Adam Nicholson
00b16667d3 Updated MandrillHandler to set CURLOPT_RETURNTRANSFER to true to ensure the API response isn't output directly 2014-11-26 13:13:06 +00:00
Jordi Boggiano
f51946343f Update the message time before sending, fixes #424 2014-09-29 23:34:40 +01:00
Jordi Boggiano
7eebdae56b CS fixes/add to README, refs #427 2014-09-29 22:12:28 +01:00
Adam Nicholson
e99d6b1bce Fixed a docblock typo in Mandrill handler 2014-09-29 21:02:43 +01:00
Adam Nicholson
05936033f7 Removed Guzzle dependency from Mandrill handler. API calls are now done via cURL 2014-09-29 20:53:51 +01:00
Adam Nicholson
1ea7610552 Added MandrillHandler for sending log messages to the Mandrill API 2014-09-25 23:49:01 +01:00