-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue #43: Introduce phpcs, fix code style issues, add meaningful doc comments. #53
Conversation
To be manageable I would start with a patch that is the result of running This would be the two biggest one, out of the way and then moving on to the other fixes. |
@hfiguiere
Actually I did run phpcbf, BUT I did so piecemeal, with more and more rules enabled. |
c7187c8
to
7d7c959
Compare
I realize now that #28 was squash-merged. |
Also, as earlier, I would suggest to do a regular merge, no squash, no fast-forward.
Having these types of merge commits is totally fine and does not mess up the history. |
7d7c959
to
c7187c8
Compare
…nt return points.
c7187c8
to
3148595
Compare
I created two new PRs, one depending on the other: |
I think this one will be obsolete. |
Fixes #43
This depends on other issues which should be merged first:
The github action only runs in the fork repo for now, until #28 is merged.