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
When using a service decorator, the inner service (named <service decorator id>.inner by default) is always private.
The plugin knows how to handle decoration and detects this service as being known. However, it also includes it in the autocompletion of Container::get where only public services are listed. It should register the inner service as private instead.
The text was updated successfully, but these errors were encountered:
When using a service decorator, the inner service (named
<service decorator id>.inner
by default) is always private.The plugin knows how to handle decoration and detects this service as being known. However, it also includes it in the autocompletion of
Container::get
where only public services are listed. It should register the inner service as private instead.The text was updated successfully, but these errors were encountered: