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 have the extension installed with the following settings:
"[php]": { "editor.defaultFormatter": "wongjn.php-sniffer" }, "phpSniffer.standard": "/Users/rilwis/elightup/dotfiles/phpcs.xml", "phpSniffer.run": "onType",
The phpcs.xml is put in the exact folder as described. It's available online.
phpcs.xml
When I run the "Format Document", it doesn't work.
However, when I run the command line:
phpcs --standard="/Users/rilwis/elightup/dotfiles/phpcs.xml" src/Renderer/Base.php
It works.
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the extension installed with the following settings:
The
phpcs.xml
is put in the exact folder as described. It's available online.When I run the "Format Document", it doesn't work.
However, when I run the command line:
phpcs --standard="/Users/rilwis/elightup/dotfiles/phpcs.xml" src/Renderer/Base.php
It works.
Environment
The text was updated successfully, but these errors were encountered: