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
Add new PSR-12 changes to php_cs.dist
php_cs.dist
The text was updated successfully, but these errors were encountered:
needs await php-cs-fixer implements PSR-12.
Sorry, something went wrong.
Keep in mind: PHP-CS-Fixer/PHP-CS-Fixer#4502
@arcostasi, just note that the PHP_CodeSniffer has already supported for PSR-12 coding style.
PHP_CodeSniffer
PSR-12
And it can use vendor/bin/phpcs --standard=psr12 src tests.
vendor/bin/phpcs --standard=psr12 src tests
But never mind, we can still wait for FriendsOfPHP/PHP-CS-Fixer#4502 :).
Thanks @peter279k, added support for PSR-12 coding style.
Added PSR-12 Extended Coding Style
No branches or pull requests
Add new PSR-12 changes to
php_cs.dist
The text was updated successfully, but these errors were encountered: