-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psalm/phar and github phar works differently from vimeo/psalm #9394
Comments
Hey @andraaspar, can you reproduce the issue on https://psalm.dev ? |
No, because it does not support using the PHAR. |
Does it also happen with the following phar file (it's master@1b2598c)? |
Because it doesn't for me. |
@weirdan : Yes, it still happens:
|
Hint: If I install psalm in the project folder using composer, then running the PHAR in the same folder also results in no issues found. |
Here is the repo, with the PHAR you provided: https://github.com/andraaspar/rqqf6z |
I have a simple class src\Foo.php:
And psalm.xml:
When I install psalm using composer:
If I install psalm/phar instead:
The same (2 errors) result is given when I download the PHAR from github.
Why would this happen, and how to work around it using the PHAR?
The text was updated successfully, but these errors were encountered: