Opened 8 years ago
Closed 8 years ago
#32865 closed defect (bug) (fixed)
Replace @returns with @return
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | docs | Cc: |
Description
PHP docblocks should use @return
and not @returns
as done with JS per http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.return.pkg.html
There are a few instances of this, mostly in Press This.
Patch incoming.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 33052: