-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
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.