Skip to content
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

Thorough Code Style Fixes #773

Merged
merged 15 commits into from May 11, 2020
Merged

Thorough Code Style Fixes #773

merged 15 commits into from May 11, 2020

Conversation

ravage84
Copy link
Member

@ravage84 ravage84 commented May 7, 2020

Type: refactoring (cleanup)
Issue: Resolves none
Breaking change: no

I executed the Reformat code functionality of PhpStorm 2020.1 on our bin, source & tests folders.

The very most of them are totally trivial stuff like:

  • missing white lines,
  • too few or too much whitte space,
  • braces on new line or line before
  • trailing commas
  • indentation
  • and previously undetected PSR-2 violations

Since PHPMD doesn't care about codestyle in the sense of formatting, these changes do not affect the tests.
I only had to adjust one test case as the violating lines in the test file changed due to the reformatting.

I hope we can merge this quickly, so new PRs can base upon this and won't have merge conflicts.

LTGM 🤑

Copy link
Member Author

@ravage84 ravage84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Went through all changes, file by file. Should be fine.

MarkVaughn
MarkVaughn previously approved these changes May 8, 2020
@ravage84 ravage84 dismissed stale reviews from MarkVaughn and kylekatarnls via 9183699 May 8, 2020 22:09
MarkVaughn
MarkVaughn previously approved these changes May 8, 2020
Co-authored-by: Kyle <kylekatarnls@users.noreply.github.com>
ravage84 and others added 3 commits May 11, 2020 19:19
Co-authored-by: Kyle <kylekatarnls@users.noreply.github.com>
Co-authored-by: Kyle <kylekatarnls@users.noreply.github.com>
Co-authored-by: Kyle <kylekatarnls@users.noreply.github.com>
@ravage84 ravage84 merged commit 6464504 into master May 11, 2020
@ravage84 ravage84 deleted the cs-fixes branch May 11, 2020 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants