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
intelephense.diagnostics.typeErrors: Enables diagnostics on type compatibility of arguments, property assignments, and return statements where types have been declared, default: true
In the following sample code no diagnostic error is generated:
publicfunctiontest(string$arg): int
{
return'test';
}
The text was updated successfully, but these errors were encountered:
intelephense.diagnostics.typeErrors: Enables diagnostics on type compatibility of arguments, property assignments, and return statements where types have been declared, default: true
In the following sample code no diagnostic error is generated:
The text was updated successfully, but these errors were encountered: