php-debugbar icon indicating copy to clipboard operation
php-debugbar copied to clipboard

Fix monolog 3 compat

Open vincentreitz opened this issue 2 years ago • 0 comments

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.

vincentreitz avatar Jun 02 '22 17:06 vincentreitz