vscode-intelephense icon indicating copy to clipboard operation
vscode-intelephense copied to clipboard

using xInfo method of redis with two arguments

Open gitHusband opened this issue 2 years ago • 0 comments

Describe the bug Vs Code shows up an error to me when I use the xInfo method of redis with two arguments.

Expected 3 arguments. Found 2.intelephense(1005)

To Reproduce

  1. Add Setting Stubs: Redis
  2. Wirte codes
$redis = new \Redis();
$redis->xInfo('GROUPS', 'mystream');

Expected behavior No error

Platform and version OS version: MacOS 10.15.5 Intelephense version: PHP Intelephense v1.8.2

gitHusband avatar Aug 11 '22 01:08 gitHusband