Skip to content
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

Set specific coding standard and improve code quality #894

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

Sebbo94BY
Copy link

@Sebbo94BY Sebbo94BY commented Jul 9, 2023

  • Configures PHP-CS-Fixer rules for a specific coding standard in order to improve the code quality
  • Applies the PHP-CS-Fixer rules to the current existing code
  • Adds a Github action workflow to ensure, that this coding standard always gets applied
$ ./vendor/bin/php-cs-fixer fix --config .php-cs-fixer.php --diff --dry-run
Loaded config default from ".php-cs-fixer.php".
Using cache file ".php-cs-fixer.cache".

Found 0 of 94 files that can be fixed in 0.015 seconds, 12.000 MB memory used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant