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
The parser doesn't recognize type object declaration. Maybe it's not a native C type so I just want to point it out. But method argument hint type works as intended.
object obj = new stdClass; //---> throw error syntax
A workaround is to use var obj
The text was updated successfully, but these errors were encountered:
The parser doesn't recognize type object declaration. Maybe it's not a native C type so I just want to point it out. But method argument hint type works as intended.
A workaround is to use
var obj
The text was updated successfully, but these errors were encountered: