The documentation referes to a $uid paramater that doesn't exist and doesn't document the $entity_type and $entity_id paramaters.

There's also a $data paramater in the function signature that is never used in the function itself and only has data passed to it in one place from which I think it's safe to just remove it. So I removed that paramater as well.

CommentFileSizeAuthor
recurly-documentation_cleanup.patch1.95 KBeojthebrave

Comments

quicksketch’s picture

Title: Doc block for recurly_account_save is wrong and function has un-used paramaters » Doc block for recurly_account_save is incorrect
Status: Needs review » Fixed

Looks like this patch partially duplicates #1899350: Undefined property: stdClass::$data in recurly_process_push_notification, which was already committed. I adjusted the patch to only include the docblock fixes and committed.

quicksketch’s picture

Title: Doc block for recurly_account_save is incorrect » Doc block for recurly_account_save() is incorrect

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.