We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot get the local version of PHPCS to work unless I delete the phpcs.xml.dist file in tangent, and my editor will constantly show this error:
phpcs.xml.dist
I tried a bunch of things but I'm not 100% sure what's going on.
The text was updated successfully, but these errors were encountered:
What version of php are you running it on?
Sorry, something went wrong.
Tested on PHP 7.4.33 and 8.1.15
7.4.33
8.1.15
Is this package installed: "phpcompatibility/phpcompatibility-wp": "^2.1.4", and did this post install function run: @phpcs-config-set?
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
@phpcs-config-set
Yep, it's installed and I tested running the post install function manually as well.
Let's test in codespaces see what happens
No branches or pull requests
I cannot get the local version of PHPCS to work unless I delete the
phpcs.xml.dist
file in tangent, and my editor will constantly show this error:I tried a bunch of things but I'm not 100% sure what's going on.
The text was updated successfully, but these errors were encountered: