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
Most repos return string for their getIdentifier() function. However, the user repo returns mixed. This causes confusion as implementers might think that you can return mixed for a client repository but this is not true.
We either need to move the getIdentifier calls into their own respective repos or force the user interface getIdentifier call to return a string in version 9.
The text was updated successfully, but these errors were encountered:
Most repos return
string
for theirgetIdentifier()
function. However, the user repo returnsmixed
. This causes confusion as implementers might think that you can returnmixed
for a client repository but this is not true.We either need to move the
getIdentifier
calls into their own respective repos or force the user interfacegetIdentifier
call to return a string in version 9.The text was updated successfully, but these errors were encountered: