Opened 10 years ago
Closed 10 years ago
#34032 closed defect (bug) (fixed)
callback is not a valid parameter type
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
In many of our docblocks, callback is used as a @param type. This is not a valid type in PHP, PSR-5, or phpDocumentor, which all use callable.
Refs:
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Wow, I've fixed a few here and there but I had no idea there were so many uses of
callbackout there.