diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/block-supports/utils.php --- a/wp/wp-includes/block-supports/utils.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/block-supports/utils.php Fri Sep 05 18:40:08 2025 +0200 @@ -18,7 +18,7 @@ * @param string $feature_set Name of block support feature set.. * @param string $feature Optional name of individual feature to check. * - * @return boolean Whether to serialize block support styles & classes. + * @return bool Whether to serialize block support styles & classes. */ function wp_should_skip_block_supports_serialization( $block_type, $feature_set, $feature = null ) { if ( ! is_object( $block_type ) || ! $feature_set ) {