X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2FSpi.php;h=044789f2013c1e414523dd489ba5c53f9acb0996;hb=39ff927539a929caf44101f671231e4da4e9f87d;hp=51818a38ce37a835e076d49be1d3e68fd8b1eb48;hpb=69cda76256ce7abd727f1063e79736beece7db44;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/logger/Spi.php b/includes/debug/logger/Spi.php index 51818a38ce..044789f201 100644 --- a/includes/debug/logger/Spi.php +++ b/includes/debug/logger/Spi.php @@ -21,15 +21,15 @@ namespace MediaWiki\Logger; /** - * Service provider interface for \\Psr\\Log\\LoggerInterface implementation + * Service provider interface for \Psr\Log\LoggerInterface implementation * libraries. * * MediaWiki can be configured to use a class implementing this interface to - * create new \\Psr\\Log\\LoggerInterface instances via either the + * create new \Psr\Log\LoggerInterface instances via either the * $wgMWLoggerDefaultSpi global variable or code that constructs an instance * and registers it via the LoggerFactory::registerProvider() static method. * - * @see \\MediaWiki\\Logger\\LoggerFactory + * @see \MediaWiki\Logger\LoggerFactory * @since 1.25 * @author Bryan Davis * @copyright © 2014 Bryan Davis and Wikimedia Foundation. @@ -40,7 +40,7 @@ interface Spi { * 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 );