Cannot locate class #11068
Unanswered
JoshuaEstes
asked this question in
Q&A
Cannot locate class
#11068
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have not found much info on this or how to fix the issue.
The setup I have is a
tools
directory where I keep psalm. This makes it easier to use as a standalone tool.Command can be ran by
php tools/psalm/vendor/bin/psalm-refactor
Psalm runs fine, but when trying to use the refactoring tool, it doesn't seem to be able to find anything. Any ideas or suggestions would be welcome at this point.
tools\psalm\composer.json
:One thing I have noticed is the refactoring tools works when I set the version of psalm to
5.15.0
instead of^5.0
.Beta Was this translation helpful? Give feedback.
All reactions