mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Coding Standards: Remove some extra whitespace in get_item_schema.
Introduced in [50527]. See #52627. git-svn-id: https://develop.svn.wordpress.org/trunk@50632 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -385,7 +385,7 @@ class WP_REST_Block_Types_Controller extends WP_REST_Controller {
|
||||
),
|
||||
);
|
||||
|
||||
$example_definition = array(
|
||||
$example_definition = array(
|
||||
'description' => __( 'Block example.' ),
|
||||
'type' => array( 'object', 'null' ),
|
||||
'default' => null,
|
||||
|
||||
Reference in New Issue
Block a user