Opened 7 years ago
Closed 7 years ago
#46852 closed defect (bug) (fixed)
$_changeset_data has incorrect type annotation in docblock
| Reported by: | diddledani | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3 |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
$_changeset_data in class WP_Customize_Manager defined in wp_includes/class-wp-customize-manager.php has type annotation in the docblock of array but the class occasionally assigns a null to this variable. The attached patch adds null to the type annotation in addition to the array already there.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch to change type annotation in docblock from array to array|null