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

Add variadic parameter $default to ViewInterface::getParameter() #272

Merged
merged 2 commits into from
Sep 29, 2024

Conversation

vjik
Copy link
Member

@vjik vjik commented Sep 29, 2024

Q A
Is bugfix?
New feature?
Breaks BC? ✔️
Fix #268

Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.36%. Comparing base (f0cdc0f) to head (001bdd0).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #272      +/-   ##
============================================
- Coverage     99.36%   99.36%   -0.01%     
  Complexity      309      309              
============================================
  Files            19       19              
  Lines           791      790       -1     
============================================
- Hits            786      785       -1     
  Misses            5        5              

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

@vjik vjik requested a review from a team September 29, 2024 08:31
@vjik vjik added the status:code review The pull request needs review. label Sep 29, 2024
UPGRADE.md Outdated Show resolved Hide resolved
src/State/StateTrait.php Show resolved Hide resolved
Co-authored-by: Alexander Makarov <[email protected]>
@vjik vjik merged commit 3af9738 into master Sep 29, 2024
18 of 19 checks passed
@vjik vjik deleted the get-parameter branch September 29, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add result type mixed for ViewInterface::getParameter()
2 participants