-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[OptionsResolver] add ignoreUndefined()
method to allow skip not interesting options
#49608
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
[OptionsResolver] add ignoreUndefined()
method to allow skip not interesting options
#49608
Conversation
Hey! Thanks for your PR. You are targeting branch "6.3" but it seems your PR description refers to branch "6.3 for features". Cheers! Carsonbot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, here are some minor comments.
src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php
Outdated
Show resolved
Hide resolved
Please add a changelog entry indeed. |
It looks like your committer email is not associated with your Github account. |
Do I need recreate PR with new email configured or can leave it as is and commit changes with update email associated with the account |
@nicolas-grekas |
please advise how to change changelog file for the new feature |
@kshtompel you can update the changelog in this file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! It's almost ready for me. I've left you some minor changes.
src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php
Outdated
Show resolved
Hide resolved
Added CHANGELOG note for version 6.2 |
ignoreUndefined()
method to allow skip not interesting options
any updates so far? |
@nicolas-grekas |
@yceruto something else here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One move left and LGTM. Thank you!
…teresting options
c485514
to
21cd852
Compare
Thank you @kshtompel. |
@yceruto 6.3
Do I need create another PR to make this changes?? |
Don't worry, I already updated it here #50305 |
Allow to ignore not defined options to allow skip not interesting options when working with big set of shared configuration or just not to describe all the options provided by third party provider