Commit c4ae166534 for wordpress.org
commit c4ae166534a168c42dd1028c200a8915428d6131
Author: wildworks <wildworks@git.wordpress.org>
Date: Tue Sep 8 10:58:50 2026 +0000
Docs: Align `@param` tag columns in Style Engine docblocks.
Aligns `@param` tag columns in docblocks across the Style Engine per the PHP inline documentation standards.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13415
Props mukesh27, wildworks.
See #65818.
Built from https://develop.svn.wordpress.org/trunk@63528
git-svn-id: http://core.svn.wordpress.org/trunk@62704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/style-engine.php b/wp-includes/style-engine.php
index c63ddb9df2..b5c7c96863 100644
--- a/wp-includes/style-engine.php
+++ b/wp-includes/style-engine.php
@@ -36,7 +36,7 @@
* @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/
*
* @param array $block_styles The style object.
- * @param array $options {
+ * @param array $options {
* Optional. An array of options. Default empty array.
*
* @type string|null $context An identifier describing the origin of the style object,
@@ -128,7 +128,7 @@ function wp_style_engine_get_styles( $block_styles, $options = array() ) {
* or a WP_Style_Engine_CSS_Declarations object.
* }
* }
- * @param array $options {
+ * @param array $options {
* Optional. An array of options. Default empty array.
*
* @type string|null $context An identifier describing the origin of the style object,
diff --git a/wp-includes/style-engine/class-wp-style-engine-processor.php b/wp-includes/style-engine/class-wp-style-engine-processor.php
index 42c6b5a686..a896ea6759 100644
--- a/wp-includes/style-engine/class-wp-style-engine-processor.php
+++ b/wp-includes/style-engine/class-wp-style-engine-processor.php
@@ -105,7 +105,7 @@ class WP_Style_Engine_Processor {
* @since 6.1.0
* @since 6.4.0 The Optimization is no longer the default.
*
- * @param array $options {
+ * @param array $options {
* Optional. An array of options. Default empty array.
*
* @type bool $optimize Whether to optimize the CSS output, e.g. combine rules.
diff --git a/wp-includes/style-engine/class-wp-style-engine.php b/wp-includes/style-engine/class-wp-style-engine.php
index 21dea5ea65..5d393b3782 100644
--- a/wp-includes/style-engine/class-wp-style-engine.php
+++ b/wp-includes/style-engine/class-wp-style-engine.php
@@ -398,9 +398,9 @@ final class WP_Style_Engine {
*
* @since 6.1.0
*
- * @param string $style_value A single CSS preset value.
- * @param string[] $css_vars An associate array of CSS var patterns
- * used to generate the var string.
+ * @param string $style_value A single CSS preset value.
+ * @param string[] $css_vars An associate array of CSS var patterns
+ * used to generate the var string.
* @return string The CSS var, or an empty string if no match for slug found.
*/
protected static function get_css_var_value( $style_value, $css_vars ) {
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 329cd15cd4..e6234fc36d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63527';
+$wp_version = '7.2-alpha-63528';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.