macopedia / magmi-m2

Magmi GitHub, see branch magento2 for a version compatible with Magento 2
113 stars 53 forks source link

Php coding standard auto fixes #75

Closed fsw closed 4 years ago

fsw commented 4 years ago

In this PR, PHP-CS-Fixer with default settings was used to unify code formatting.

tmotyl commented 4 years ago

Would be nice to have php_cs_fixer config file stored somewhere in the repo. but this can be done in the separate PR (maybe together with github action to check it automatically for PR - like described here https://stefanzweifel.io/posts/run-prettier-or-php-cs-fixer-with-github-actions/)