[wp-trac] [WordPress Trac] #44410: Properties in class missing type definition and description in DOC comments
WordPress Trac
noreply at wordpress.org
Wed Jun 20 11:23:09 UTC 2018
#44410: Properties in class missing type definition and description in DOC comments
------------------------------+-----------------------------
Reporter: subrataemfluence | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Customize | Version: trunk
Severity: normal | Keywords: has-patch
Focuses: coding-standards |
------------------------------+-----------------------------
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?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44410>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list