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

Avoid internal state on renderer #105

Merged
merged 2 commits into from
Mar 15, 2019
Merged

Avoid internal state on renderer #105

merged 2 commits into from
Mar 15, 2019

Conversation

Firehed
Copy link
Owner

@Firehed Firehed commented Mar 15, 2019

May improve #98, though it's most likely that the renderer would not be used in such a situation.

@codecov
Copy link

codecov bot commented Mar 15, 2019

Codecov Report

Merging #105 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #105      +/-   ##
============================================
- Coverage      96.5%   96.49%   -0.02%     
+ Complexity      125      124       -1     
============================================
  Files            22       22              
  Lines           458      456       -2     
============================================
- Hits            442      440       -2     
  Misses           16       16
Impacted Files Coverage Δ Complexity Δ
src/ResponseRenderer.php 100% <100%> (ø) 5 <5> (-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 0181a32...ceaf7a7. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Mar 15, 2019

Codecov Report

Merging #105 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #105      +/-   ##
============================================
- Coverage      96.5%   96.49%   -0.02%     
+ Complexity      125      124       -1     
============================================
  Files            22       22              
  Lines           458      456       -2     
============================================
- Hits            442      440       -2     
  Misses           16       16
Impacted Files Coverage Δ Complexity Δ
src/ResponseRenderer.php 100% <100%> (ø) 5 <5> (-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 0181a32...ceaf7a7. Read the comment docs.

@Firehed Firehed merged commit 7248e7d into master Mar 15, 2019
@Firehed Firehed deleted the stateless_renderer branch March 15, 2019 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant