From a7850a1dcafb0f3430a8f8893ef2541e15fb1c90 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 29 Jul 2015 15:38:40 -0700 Subject: [PATCH] Have RedisConnectionPool explicitly implement Psr\Log\LoggerAwareInterface Follows up 93f360a01b49 Change-Id: I0266be9771b7bf58de9f573249f28c6f28adf059 --- includes/clientpool/RedisConnectionPool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/clientpool/RedisConnectionPool.php b/includes/clientpool/RedisConnectionPool.php index 0d00d11c4e..599fb6aa28 100644 --- a/includes/clientpool/RedisConnectionPool.php +++ b/includes/clientpool/RedisConnectionPool.php @@ -39,7 +39,7 @@ use Psr\Log\LoggerInterface; * @ingroup Redis * @since 1.21 */ -class RedisConnectionPool { +class RedisConnectionPool implements LoggerAwareInterface { /** * @name Pool settings. * Settings there are shared for any connection made in this pool. -- 2.20.1