Docs: Correct @type annotation for WP_Customize_Widgets properties.

Props diddledan.
Fixes #46856.
Built from https://develop.svn.wordpress.org/trunk@45429


git-svn-id: http://core.svn.wordpress.org/trunk@45240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-05-26 02:16:52 +00:00
parent b08c42eb80
commit 7aa0ce19cd
2 changed files with 4 additions and 4 deletions

View File

@@ -1738,7 +1738,7 @@ final class WP_Customize_Widgets {
* The current request's sidebar_instance_number context.
*
* @since 4.5.0
* @var int
* @var int|null
*/
protected $context_sidebar_instance_number;
@@ -1790,7 +1790,7 @@ final class WP_Customize_Widgets {
* Current sidebar being rendered.
*
* @since 4.5.0
* @var string
* @var string|null
*/
protected $rendering_widget_id;
@@ -1798,7 +1798,7 @@ final class WP_Customize_Widgets {
* Current widget being rendered.
*
* @since 4.5.0
* @var string
* @var string|null
*/
protected $rendering_sidebar_id;