You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #617 imp: install PHP-CS-Fixer locally, allowing us to run in locally (Kocal)
This PR was merged into the 2.x branch.
Discussion
----------
imp: install PHP-CS-Fixer locally, allowing us to run in locally
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
After opening #616, the CI showed me a lot of style issues in the PHP code:
<img width="537" alt="image" src="https://user-images.githubusercontent.com/2103975/208297036-3521128f-c2cc-4847-92c3-30a8d1b2a4ce.png">
I don't have PHP CS Fixer globally installed on my machine because that's a bad practice, and I don't want to fix those errors manually (the time is precious).
So, this PR adds PHP CS Fixer locally.
Commits
-------
514a7ce imp: install PHP-CS-Fixer locally, allowing us to run in locally
0 commit comments