Opened 6 years ago
Closed 6 years ago
#46852 closed defect (bug) (fixed)
$_changeset_data has incorrect type annotation in docblock
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch |
Focuses: | docs | Cc: |
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.
patch to change type annotation in docblock from array to array|null