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
Hello, My project has been working until just recently. We started dependency injecting some things into a particular class and the typehints cause the proxy to have syntax errors.
Hello, My project has been working until just recently. We started dependency injecting some things into a particular class and the typehints cause the proxy to have syntax errors.
Here is the constructor declaration:
Here is the proxied version:
And this is the error:
The workaround is just to remove the typehints. Without typehints it works fine.
The text was updated successfully, but these errors were encountered: