Closed (fixed)
Project:
Recurly
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2013 at 23:14 UTC
Updated:
22 Apr 2013 at 21:20 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| recurly-documentation_cleanup.patch | 1.95 KB | eojthebrave |
Comments
Comment #1
quicksketchLooks 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.
Comment #2
quicksketch