X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2Fmonolog%2FAvroFormatter.php;h=2700daa66fdd0506dfd4954c86abfdb27a2468f1;hp=ce0cda12d51171f56c5b95998dd76a8c8664e8fa;hb=22806b0a4509e97b56fb52b387e17e3c80fb7eb2;hpb=7874fc4bec845ad92960b07e969c65f3c3fe74f2 diff --git a/includes/debug/logger/monolog/AvroFormatter.php b/includes/debug/logger/monolog/AvroFormatter.php index ce0cda12d5..2700daa66f 100644 --- a/includes/debug/logger/monolog/AvroFormatter.php +++ b/includes/debug/logger/monolog/AvroFormatter.php @@ -138,9 +138,7 @@ class AvroFormatter implements FormatterInterface { $this->schemas[$channel]['schema'] = AvroSchema::parse( $schema ); } else { $this->schemas[$channel]['schema'] = AvroSchema::real_parse( - $schema, - null, - new AvroNamedSchemata() + $schema ); } }