From: Kunal Mehta Date: Wed, 29 Jul 2015 22:38:40 +0000 (-0700) Subject: Have RedisConnectionPool explicitly implement Psr\Log\LoggerAwareInterface X-Git-Tag: 1.31.0-rc.0~10589 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=a7850a1dcafb0f3430a8f8893ef2541e15fb1c90;p=lhc%2Fweb%2Fwiklou.git Have RedisConnectionPool explicitly implement Psr\Log\LoggerAwareInterface Follows up 93f360a01b49 Change-Id: I0266be9771b7bf58de9f573249f28c6f28adf059 --- 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.