From 65ec6cbecb64793670ef1a512bd15369b683c746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=9F=8E=E9=93=AD?= Date: Mon, 15 May 2023 12:08:45 +0800 Subject: [PATCH] optimize code: useless after version 2.0 (#5714) --- src/RedisProxy.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/RedisProxy.php b/src/RedisProxy.php index 66026dc..1178dd5 100644 --- a/src/RedisProxy.php +++ b/src/RedisProxy.php @@ -26,8 +26,7 @@ public function __construct(PoolFactory $factory, string $pool) } /** - * WARN: Can't remove this function, because AOP need it. - * @see https://github.com/hyperf/hyperf/issues/1239 + * @deprecated since version 3.1 * @param string $name * @param array $arguments */