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
The PHPDoc of the function getpaid_user_ids_who_purchased_item in user-functions.php says it returns an int, whereas it actually returns int[]. This would mess up the type inference for projects that use this function.
The text was updated successfully, but these errors were encountered:
The PHPDoc of the function
getpaid_user_ids_who_purchased_item
inuser-functions.php
says it returns anint
, whereas it actually returnsint[]
. This would mess up the type inference for projects that use this function.The text was updated successfully, but these errors were encountered: