Docs: Correct @type annotation for WP_Customize_Selective_Refresh::$current_partial_id.

Props diddledan.
Fixes #46854.

git-svn-id: https://develop.svn.wordpress.org/trunk@45428 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-26 02:11:17 +00:00
parent c365e1c4d9
commit 9c4d3f8871

View File

@ -49,7 +49,7 @@ final class WP_Customize_Selective_Refresh {
* Keep track of the current partial being rendered.
*
* @since 4.5.0
* @var string
* @var string|null
*/
protected $current_partial_id;