php-debugbar
php-debugbar copied to clipboard
Fix monolog 3 compat
In monolog 3, write method now accepts a LogRecord object (https://github.com/Seldaek/monolog/commit/22c8b19358e916c52f1d2170d44e172152de7c25) instead of an array. The PR makes the debugbar collector compatible with that signature.