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
Collection::contains() and Collection::indexOf() use templating to infer
if they are going to return false or null respectively, in case $element
does not even match the type of the collection.
0 commit comments