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
Given a class that is instantiated via a factory, the arguments part of the service definition refers to the factory method, not the class being generated.
However, the symfony plugin thinks otherwise - it thinks the arguments are for the class being generated.