X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2FLegacySpi.php;h=a6b53ecc211979fb64ca2ca73ace477bd53937b2;hb=361b09576e4cde6415809b508572ca79687bc164;hp=6a7f1d05914ae49d1310498ec21e1f477dacdd33;hpb=a13b99ed9707f3f989fd0e0b4d02317f9c463af5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/logger/LegacySpi.php b/includes/debug/logger/LegacySpi.php index 6a7f1d0591..a6b53ecc21 100644 --- a/includes/debug/logger/LegacySpi.php +++ b/includes/debug/logger/LegacySpi.php @@ -30,7 +30,7 @@ namespace MediaWiki\Logger; * ); * @endcode * - * @see \\MediaWiki\\Logger\\LoggerFactory + * @see \MediaWiki\Logger\LoggerFactory * @since 1.25 * @author Bryan Davis * @copyright © 2014 Bryan Davis and Wikimedia Foundation. @@ -40,14 +40,13 @@ class LegacySpi implements Spi { /** * @var array $singletons */ - protected $singletons = array(); - + protected $singletons = []; /** * Get a logger instance. * * @param string $channel Logging channel - * @return \\Psr\\Log\\LoggerInterface Logger instance + * @return \Psr\Log\LoggerInterface Logger instance */ public function getLogger( $channel ) { if ( !isset( $this->singletons[$channel] ) ) {