Open xpader opened 1 year ago
When codeing with amphp project, vscode psalm extension with psalm.phar as language server output didn't show scan vendor/amphp/amp/lib/functions.php, and always report Function Amp\call does not exist.
Function Amp\call does not exist
Hey @xpader, can you reproduce the issue on https://psalm.dev ?
Try requiring vimeo/psalm:dev-master, instead
@danog require psalm composer package can fix this problem, but I think phar shouden't have this problem.
When codeing with amphp project, vscode psalm extension with psalm.phar as language server output didn't show scan vendor/amphp/amp/lib/functions.php, and always report
Function Amp\call does not exist
.