vscode-intelephense
vscode-intelephense copied to clipboard
using xInfo method of redis with two arguments
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
- Add Setting Stubs: Redis
- 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