Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/255917

Change subject: Fixup MW for HHVM Repo Authorative mode
......................................................................

Fixup MW for HHVM Repo Authorative mode

https://github.com/facebook/hhvm/issues/5834
https://github.com/facebook/hhvm/issues/5833

Change-Id: I138ffa5df874c5660897dc7feab36adef9f32aea
---
M includes/debug/logger/LoggerFactory.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/17/255917/1

diff --git a/includes/debug/logger/LoggerFactory.php 
b/includes/debug/logger/LoggerFactory.php
index 1573d7b..b0a10ce 100644
--- a/includes/debug/logger/LoggerFactory.php
+++ b/includes/debug/logger/LoggerFactory.php
@@ -96,7 +96,7 @@
        public static function getInstance( $channel ) {
                static $hasPSR3Interface = null;
                if ( $hasPSR3Interface === null ) {
-                       $hasPSR3Interface = interface_exists( 
'\Psr\Log\LoggerInterface' );
+                       $hasPSR3Interface = interface_exists( 
'Psr\Log\LoggerInterface' );
                        if ( !$hasPSR3Interface ) {
                                $message = (
                                        'MediaWiki requires the <a 
href="https://github.com/php-fig/log";>PSR-3 logging ' .

-- 
To view, visit https://gerrit.wikimedia.org/r/255917
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I138ffa5df874c5660897dc7feab36adef9f32aea
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to