-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Get default value if target element not found #205
Comments
personally i think |
The |
A change of the The influence and circumstances of such a change on maintenance compared to its benefit doesn't pay off IMHO. |
While the BC break is definitely to be avoided, we'll have to think about how to solve this in the future: there were numerous feature requests that would've been nice to implement but were skipped because of the BC implications. |
Since the |
@jwillp No, it will not. BC does not only concern interface usage, but also interface implementation. |
Update
get
method with one more additional method parameter which will be used as default value if target element couldn't be found.Example: Symfony ParameterBag
The text was updated successfully, but these errors were encountered: