id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 46852 $_changeset_data has incorrect type annotation in docblock diddledani SergeyBiryukov `$_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. defect (bug) closed normal 5.3 Customize normal fixed has-patch docs