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
Hi,
Using a coding style in an open-source projet is important, it allows code wrote by many people to stay consistent.
I don't know what PHP coding style you use at CKEditor, but if you don't, then using PSR-12 can be a nice start.
Using Easy Coding Standard is a really nice tool that combines both PHP-CS-Fixer and PHP_CodeSniffer, and provides some configuration sets.
For example, on my fork, I've used PSR12, PHPUnit, and clean code sets: https://github.com/Kocal/ckfinder-symfony-bundle/blob/main/ecs.php#L20-L24
WDYT? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Using a coding style in an open-source projet is important, it allows code wrote by many people to stay consistent.
I don't know what PHP coding style you use at CKEditor, but if you don't, then using PSR-12 can be a nice start.
Using Easy Coding Standard is a really nice tool that combines both PHP-CS-Fixer and PHP_CodeSniffer, and provides some configuration sets.
For example, on my fork, I've used PSR12, PHPUnit, and clean code sets: https://github.com/Kocal/ckfinder-symfony-bundle/blob/main/ecs.php#L20-L24
WDYT?
Thanks!
The text was updated successfully, but these errors were encountered: