X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2FNullSpi.php;h=82308d0e9f4383af7b557dcc38596c119c939d09;hb=2480aae0c97d822e10b50619e7b48b25c45af073;hp=f92ff7d11fc5ea7a8ce1b4137ee7895d56265c10;hpb=e53676d3dd55b457d8defdf0d9e5b1df69096e0a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/logger/NullSpi.php b/includes/debug/logger/NullSpi.php index f92ff7d11f..4862157d8c 100644 --- a/includes/debug/logger/NullSpi.php +++ b/includes/debug/logger/NullSpi.php @@ -28,14 +28,13 @@ use Psr\Log\NullLogger; * * Usage: * - * $wgMWLoggerDefaultSpi = array( + * $wgMWLoggerDefaultSpi = [ * 'class' => '\\MediaWiki\\Logger\\NullSpi', - * ); + * ]; * * @see \MediaWiki\Logger\LoggerFactory * @since 1.25 - * @author Bryan Davis - * @copyright © 2014 Bryan Davis and Wikimedia Foundation. + * @copyright © 2014 Wikimedia Foundation and contributors */ class NullSpi implements Spi {