pimcore / ecommerce-framework-bundle

Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
https://pimcore.com/docs/platform/Ecommerce_Framework/
Other
8 stars 30 forks source link

[Task] Add PHP CS Fixer #38

Closed mattamon closed 1 year ago

mattamon commented 1 year ago
## Changes in this pull request Resolves #34 ## Additional info Setting up php cs fixer
mattamon commented 1 year ago

LGTM just missing a .gitignore change on

https://github.com/pimcore/ecommerce-framework-bundle/blob/9f7cea468f0ac179a295b97b100cd31525d995c9/.gitignore#L36

see also https://github.com/OskarStark/php-cs-fixer-ga/blob/9d72c7547ef769e9831d0e03acd3c7afb49bec57/README.md?plain=1#L45

https://github.com/pimcore/pimcore/blob/c990ab101c9c4456df20137d851df368d1371365/.gitignore#L17

Done!