-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[OptionsResolver] added ability to allow extra options #7985
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
Conversation
kbond
commented
May 9, 2013
Q | A |
---|---|
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #7979 |
License | MIT |
Doc PR | todo |
@@ -54,6 +54,12 @@ class OptionsResolver implements OptionsResolverInterface | |||
private $allowedTypes = array(); | |||
|
|||
/** | |||
* Whether to allow extra options | |||
* @var bool |
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.
in Symfony codebase/standard it's Boolean
This should get documented in components/options_reaolver |
I will document it, I just wanted to see if this feature will be merged before I do. |
👍 |
1 similar comment
👍 |
ping @fabpot should we create the documentation ticket for hacking day or before? would be good to know if this will be merged at least |
when is the hack day? at SymfonyCon? |
yeah online and in person options --> http://doodle.com/vycrabazihq926yq |
@cordoval I prefer a PR and if not, just add an issue. |
Closing in favor of #9754 |