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 regression - partial construction with trait methods #1403

Merged

Conversation

ghostwriter
Copy link
Member

This patch resolves #1402, via the following changes:

ghostwriter and others added 2 commits March 20, 2024 11:20
Co-Authored-By: Ant Weedon <81413869+adnweedon@users.noreply.github.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
@ghostwriter ghostwriter added Patch Backwards compatible bug fixes and improvements Fixed for bug fixes or error corrections labels Mar 20, 2024
@ghostwriter ghostwriter added this to the 1.6.11 milestone Mar 20, 2024
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 77.58%. Comparing base (0d6ae93) to head (ea3fa96).

Additional details and impacted files
@@             Coverage Diff              @@
##              1.6.x    #1403      +/-   ##
============================================
- Coverage     77.64%   77.58%   -0.06%     
- Complexity     1020     1021       +1     
============================================
  Files            76       76              
  Lines          2590     2592       +2     
============================================
  Hits           2011     2011              
- Misses          579      581       +2     
Files Coverage Δ
library/Mockery/Mock.php 14.67% <0.00%> (-0.09%) ⬇️

Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
@ghostwriter ghostwriter self-assigned this Mar 20, 2024
@ghostwriter ghostwriter merged commit abe61d7 into 1.6.x Mar 21, 2024
17 of 22 checks passed
@ghostwriter ghostwriter deleted the bugfix/issues-1402/partial-construction-with-trait-methods branch March 21, 2024 17:38
@ghostwriter ghostwriter mentioned this pull request Mar 21, 2024
@adnweedon
Copy link
Contributor

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed for bug fixes or error corrections Patch Backwards compatible bug fixes and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with partial construction trait methods on 1.6.10 - change in behaviour
2 participants