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
It appears that the type name returned by ReflectionProperty::getSettableType() will include the nullable question mark in the case of nullable values (i.e. ?string for string|null). This is inconsistent with existing behavior and the return type of ReflectionProperty::getType() given the same type hint.