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

Fixed called class check in Widget::end() when widget configured using callable #20270

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

jrajamaki
Copy link
Contributor

Fixes #20267

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues #20267

Copy link

codecov bot commented Oct 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.84%. Comparing base (e4d5d73) to head (363f90a).
Report is 4 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #20270      +/-   ##
============================================
- Coverage     64.84%   64.84%   -0.01%     
+ Complexity    11401    11399       -2     
============================================
  Files           430      430              
  Lines         37138    37137       -1     
============================================
- Hits          24083    24080       -3     
- Misses        13055    13057       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samdark samdark requested review from a team October 20, 2024 11:01
@samdark samdark added this to the 2.0.52 milestone Oct 20, 2024
@mtangoo
Copy link
Contributor

mtangoo commented Oct 31, 2024

@jrajamaki thanks for your time and effort!

@mtangoo mtangoo merged commit 5ec5a4b into yiisoft:master Oct 31, 2024
85 of 87 checks passed
@jrajamaki jrajamaki deleted the 20267-widget-end-resolved-classes branch October 31, 2024 18:34
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.

Widget::end will crash if widget is configured by closure in di container
4 participants