mranner

Results 2 issues of mranner

You only take the label for the column defintion in Chart::prepareData(), so you cannot support date string representation for hAxis and therefore no trendlines. With this patch, you will also...

Version 2 NullHandler does not accept setFormatter(), $handler must be instanceof Monolog\Handler\FormattableHandlerInterface I placed $handler->setFormatter($formatter) in this conditions: ` if (Logger::API === 1) { $handler->setFormatter($formatter); } elseif (Logger::API === 2...