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

Fix: Methods can be static #421

Merged
merged 1 commit into from
May 1, 2020
Merged

Fix: Methods can be static #421

merged 1 commit into from
May 1, 2020

Conversation

localheinz
Copy link
Member

This PR

  • turns instance methods into static methods where possible

@localheinz localheinz self-assigned this May 1, 2020
@codecov
Copy link

codecov bot commented May 1, 2020

Codecov Report

Merging #421 into master will decrease coverage by 0.09%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #421      +/-   ##
============================================
- Coverage     80.92%   80.82%   -0.10%     
  Complexity       41       41              
============================================
  Files             4        4              
  Lines           194      193       -1     
============================================
- Hits            157      156       -1     
  Misses           37       37              
Impacted Files Coverage Δ Complexity Δ
src/Command/NormalizeCommand.php 85.46% <76.92%> (-0.09%) 34.00 <15.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae07699...0f41247. Read the comment docs.

@ergebnis-bot ergebnis-bot merged commit 3079ef8 into master May 1, 2020
@ergebnis-bot ergebnis-bot deleted the fix/static branch May 1, 2020 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants