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
Thanks for reporting, named arguments are one of the trickier PHP 8 features that potentially require runtime resolution, though i already have ideas for transpilation-time substitution, that I will implement ASAP :)
Given a class:
When calling this in the original code:
It is transpiled to:
This also happens with non-static methods
The rest of the transpilation seems to work correctly.
The text was updated successfully, but these errors were encountered: