I'm having an issue that PHP Tools is complaining about missing arguments in a constructor.
I've attached a screenshot of the issue: https://share.cleanshot.com/nR6pZF1h
Here the PartnerBuilder class complains for the arguments CountryService and EmailFactory but these arguments are not part of the PartnerBuilder class as you see on the left side of the editor?
I tried the following:
- Running the PHP Tools command to clear the vendor/cache
- Restarting VS Code
I'm running the latest extension of PHP Tools.
What could cause this issue? I've seen this in the past with other classes.