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: Remove unused accessor, constructor parameter, and field #52

Merged
merged 1 commit into from
Mar 15, 2020

Conversation

localheinz
Copy link
Member

@localheinz localheinz commented Mar 15, 2020

This PR

  • removes an unused accessor, constructor parameter, and field from EntityDef

Follows #1.

@localheinz localheinz added the bug label Mar 15, 2020
@localheinz localheinz self-assigned this Mar 15, 2020
@codecov
Copy link

codecov bot commented Mar 15, 2020

Codecov Report

Merging #52 into master will increase coverage by 0.92%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #52      +/-   ##
============================================
+ Coverage     92.89%   93.81%   +0.92%     
+ Complexity       81       80       -1     
============================================
  Files             8        8              
  Lines           197      194       -3     
============================================
- Hits            183      182       -1     
+ Misses           14       12       -2
Impacted Files Coverage Δ Complexity Δ
src/FixtureFactory.php 91.66% <ø> (ø) 37 <0> (ø) ⬇️
src/EntityDef.php 95.12% <100%> (+4.21%) 17 <1> (-1) ⬇️

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 9df002f...a265189. Read the comment docs.

@localheinz localheinz merged commit 963f71f into master Mar 15, 2020
@localheinz localheinz deleted the fix/unused branch March 15, 2020 22:58
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

1 participant