You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #14390 [OptionsResolver] Remove OPTIONS_INTERFACE in favor of Options::class (dosten)
This PR was merged into the 3.0-dev branch.
Discussion
----------
[OptionsResolver] Remove OPTIONS_INTERFACE in favor of Options::class
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | yes
| Deprecations? | no
| Tests pass? | yes
| License | MIT
In 3.0 we can use `Options::class` to get the fully qualified name of the `Options` interface.
ping @webmozart@Tobion
Commits
-------
a683891 Remove OPTIONS_INTERFACE in favor of Options::class
0 commit comments