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
I have an issue with this feature ("Full Line Completion: Complete and inject service classes via property"):
It adds the service multiple times, even when it has already been defined in the constructor.
To trigger the bug: you need to add the service to the constructor yourself first:
And now this happens:
And this bug has a snowball effect aswell, when you keep the double service inject in your constructor and remove the $this->logger->debug(); line and type the line again and let it autocomplete again:
It adds it again:
The text was updated successfully, but these errors were encountered:
I have an issue with this feature ("Full Line Completion: Complete and inject service classes via property"):

It adds the service multiple times, even when it has already been defined in the constructor.
To trigger the bug: you need to add the service to the constructor yourself first:
And now this happens:
And this bug has a snowball effect aswell, when you keep the double service inject in your constructor and remove the
$this->logger->debug();
line and type the line again and let it autocomplete again:It adds it again:
The text was updated successfully, but these errors were encountered: