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
This commit is contained in:
Sergey Biryukov 2020-06-04 10:42:51 +00:00
parent db00d908ce
commit cc62b4ba1d
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class WP_Block_Type {
* Block type front end style handle. * Block type front end style handle.
* *
* @since 5.0.0 * @since 5.0.0
* @var string * @var string|null
*/ */
public $style = null; public $style = null;