Merge "LoginSignupSpecialPage: Reduce hackiness of "You are already logged in" warning"
[lhc/web/wiklou.git] / includes / libs / rdbms / loadmonitor / LoadMonitorNull.php
index 1a40b8f..8062001 100644 (file)
@@ -20,7 +20,7 @@
  */
 use Psr\Log\LoggerInterface;
 
-class LoadMonitorNull implements LoadMonitor {
+class LoadMonitorNull implements ILoadMonitor {
        public function __construct( ILoadBalancer $lb, BagOStuff $sCache, BagOStuff $cCache ) {
 
        }