-
Notifications
You must be signed in to change notification settings - Fork 57
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
phpcs: Unable to locate phpcs. Invalid version string encountered! #150
Comments
Yes, I've also been having this issue since the last vscode update. |
I use windows system and have the same problem. Have you solved it? |
In my case, I'm getting this error because of a PHP deprecation notice that is output when |
I have the same problem. php dump a warning message before any executed command and then the
dump this message:
I try to change
changed to
and my problem was resolved. @davisben Thank you. |
mac system
install phpcs via composer global require squizlabs/php_codesniffer
open vscode
installed phpcs extention
config it
exepath
/Users/usernama/.composer/vendor/squizlabs/php_codesniffer/bin/phpcs
show that
phpcs: Unable to locate phpcs. Invalid version string encountered!
The text was updated successfully, but these errors were encountered: