From cc62b4ba1da5dc319e28f5538ea4936451bd3c7c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Jun 2020 10:42:51 +0000 Subject: [PATCH] Docs: Update type for `WP_Block_Type::$style` property. Follow-up to [47907]. See #48529. git-svn-id: https://develop.svn.wordpress.org/trunk@47908 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-block-type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-block-type.php b/src/wp-includes/class-wp-block-type.php index ba0b59b8ad..716faf010a 100644 --- a/src/wp-includes/class-wp-block-type.php +++ b/src/wp-includes/class-wp-block-type.php @@ -128,7 +128,7 @@ class WP_Block_Type { * Block type front end style handle. * * @since 5.0.0 - * @var string + * @var string|null */ public $style = null;