Skip to content

chore: add PHP CS Fixer configuration and update composer scripts#49

Closed
wozozo wants to merge 1 commit intomasterfrom
composer-format
Closed

chore: add PHP CS Fixer configuration and update composer scripts#49
wozozo wants to merge 1 commit intomasterfrom
composer-format

Conversation

@wozozo
Copy link
Contributor

@wozozo wozozo commented Apr 29, 2025

This pull request introduces a PHP code formatting tool using PHP-CS-Fixer and adds a new script to the composer.json file for automated code formatting. These changes aim to standardize code style and improve developer workflow.

Code Formatting Setup:

  • .php-cs-fixer.php: Added a configuration file for PHP-CS-Fixer, specifying directories (lib, tests) and files (init.php, build.php, etc.) to be included in the formatting process.

Workflow Enhancement:

  • composer.json: Added a format script to automate code formatting using PHP-CS-Fixer, ensuring consistent code style across the project.

@wozozo wozozo closed this Apr 30, 2025
@wozozo wozozo deleted the composer-format branch April 30, 2025 01:36
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