Merge "Supports schema revision id in avro binary formatter"
[lhc/web/wiklou.git] / includes / debug / logger / monolog / AvroFormatter.php
index 4a39be8..510d42a 100644 (file)
@@ -126,7 +126,7 @@ class AvroFormatter implements FormatterInterface {
         * Get the writer for the named channel
         *
         * @var string $channel Name of the schema to fetch
-        * @return \\AvroSchema|null
+        * @return \AvroSchema|null
         */
        protected function getSchema( $channel ) {
                if ( !isset( $this->schemas[$channel] ) ) {