Opened 3 years ago
Last modified 2 years ago
#60452 new defect (bug)
@category tag is considered deprecated by phpDocumentor
| Reported by: | henry.wright | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
removing
@categoryfromclass-json.php