X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2Fmonolog%2FAvroFormatter.php;h=a395e0d092f2d8235dd1530102a7808907971081;hb=670c94ebf528155b9a9017784591e23ef57b9884;hp=2a50566912dece8fd789dbcc2cb2a0f3daccf37d;hpb=3458091bfe2c9602a4ee62724626a884d7e090bf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/logger/monolog/AvroFormatter.php b/includes/debug/logger/monolog/AvroFormatter.php index 2a50566912..a395e0d092 100644 --- a/includes/debug/logger/monolog/AvroFormatter.php +++ b/includes/debug/logger/monolog/AvroFormatter.php @@ -61,7 +61,7 @@ class AvroFormatter implements FormatterInterface { protected $writer; /** - * @var array $schemas Map from Monolog channel to Avro schema. + * @param array $schemas Map from Monolog channel to Avro schema. * Each schema can be either the JSON string or decoded into PHP * arrays. */ @@ -120,7 +120,7 @@ class AvroFormatter implements FormatterInterface { /** * Get the writer for the named channel * - * @var string $channel Name of the schema to fetch + * @param string $channel Name of the schema to fetch * @return \AvroSchema|null */ protected function getSchema( $channel ) { @@ -147,7 +147,7 @@ class AvroFormatter implements FormatterInterface { /** * Get the writer for the named channel * - * @var string $channel Name of the schema + * @param string $channel Name of the schema * @return int|null */ public function getSchemaRevisionId( $channel ) {