Hi,
I am new to VS Code and recently started using it. After installing the PHP extension I am getting the above error message in every instance of using 'array_multisort'. I don't think there is anything wrong in what I am doing as it works fine. Here is the code:
array_multisort(array_column($userlist, 0), SORT_ASC, array_column($userlist, 1), SORT_ASC, $userlist);
Please advise if there is problem in the analysis being done by the extension, or am I actually doing something wrong?
Thanks for any help!