Opened 7 years ago
Closed 6 years ago
#44421 closed defect (bug) (fixed)
Missing @return tag in function/method PHPDoc comment
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | I18N | Keywords: | has-patch |
Focuses: | docs, coding-standards | Cc: |
Description
@return
tag is missing in function/method PHPDoc comment.
File: src/wp-includes/pomo/mo.php
Functions that missing @return
tag are:
import_from_file
, &make_entry
, import_from_reader
Proposed patch uploaded.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 44336: