Opened 22 months ago
Last modified 22 months ago
#60452 new defect (bug)
@category tag is considered deprecated by phpDocumentor
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch 2nd-opinion |
| Focuses: | docs | Cc: |
Description
The @category tag is used in wp-includes/class-json.php. According to phpdoc.org it is deprecated and isn't recommended.
Ref https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/category.html
This tag is considered deprecated and support may be removed in a future version of phpDocumentor. It is recommended to use the @package tag's ability to provide multiple levels instead.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
removing
@categoryfromclass-json.php