From 42b4e39c6d16e9969c790b16ece04fe533d0d597 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 10 Jan 2022 01:54:24 +0000 Subject: [PATCH] Coding Standards: Correct alignment in `get_block_editor_settings()`. This fixes an `Array double arrow not aligned correctly` WPCS warning. Follow-up to [52054]. See #54728. git-svn-id: https://develop.svn.wordpress.org/trunk@52544 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/block-editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/block-editor.php b/src/wp-includes/block-editor.php index f175eff85d..672518757c 100644 --- a/src/wp-includes/block-editor.php +++ b/src/wp-includes/block-editor.php @@ -309,8 +309,8 @@ function get_block_editor_settings( array $custom_settings, $block_editor_contex $presets = array( array( - 'css' => 'variables', - '__unstableType' => 'presets', + 'css' => 'variables', + '__unstableType' => 'presets', ), array( 'css' => 'presets',