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
Since ::setDefaultOptions() required an interface, you could inject any OptionResolver interface. The ::configureOptions method requires a concrete type instead. The largest impact is that any overriding method will throw a notice due to the mismatched signature.