Opened 6 years ago
Closed 6 years ago
#44410 closed defect (bug) (fixed)
Properties in class missing type definition and description in DOC comments
Reported by: | subrataemfluence | Owned by: | pento |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Customize | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
Doc comment section is missing for declared public properties.
- File: src/wp-includes/customize/class-wp-customize-header-image-control.php
class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control { public $type = 'header'; public $uploaded_headers; public $default_headers; ... }
Can the proposed patch help?
Attachments (4)
Change History (12)
Note: See
TracTickets for help on using
tickets.
The middle DocBlock description is missing a full stop.