1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-20 16:16:37 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
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
12c9f58de2 Merge branch '1.x' 2018-06-08 21:08:04 +02:00
Chris Wilkinson
3035d4a251 Fix WhatFailureGroupHandler::handleBatch when the handler has processors 2018-06-08 20:39:17 +02:00
Jordi Boggiano
21dde4dedb Move to strict mode and fix tests 2016-05-27 13:44:00 +01:00
Jordi Boggiano
1fb211e43f Remove duplicate catch statements 2016-05-20 20:01:29 +01:00
Jordi Boggiano
7a65105505 Merge remote-tracking branch 'fprochazka/php7-throwable' 2016-05-20 19:40:51 +01:00
Jordi Boggiano
3eee2a006b Merge branch '1.x' 2016-05-20 19:40:36 +01:00
Filip Procházka
e2c575b505 Catch Throwable 2016-05-13 21:43:07 +02:00
Filip Procházka
06efba7062 Catch Throwable 2016-05-13 11:21:34 +02:00
Jordi Boggiano
6c424f851c Add a lot more scalar types and go strict in Logger 2015-12-18 17:48:48 +00:00
Jordi Boggiano
b738a6c04c CS fixes 2014-10-17 19:12:45 +01:00
Jordi Boggiano
31358c858f Add missing license headers 2014-09-30 14:24:28 +01:00
Craig D'Amelio
58d16ba358 Group handler that ignores failures
This allows a group handler which on a single handler failing will
continue and allow subsequent handlers to record the event.
2014-09-24 13:01:09 -04:00