Skip to content

Commit

Permalink
optimize code: useless after version 2.0 (#5714)
Browse files Browse the repository at this point in the history
  • Loading branch information
assert6 authored May 15, 2023
1 parent ada65d3 commit 65ec6cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/RedisProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 65ec6cb

Please sign in to comment.