mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 19:24:32 +00:00
Coding Standards: Fix several minor coding standards issues.
These are made by running `composer format`. Follow up to [50124], [50129], [50143]. See #49961, #52192, #34281. git-svn-id: https://develop.svn.wordpress.org/trunk@50152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1335,8 +1335,8 @@ class WP_REST_Attachments_Controller extends WP_REST_Posts_Controller {
|
||||
),
|
||||
'oneOf' => array(
|
||||
array(
|
||||
'title' => __( 'Rotation' ),
|
||||
'properties' => array(
|
||||
'title' => __( 'Rotation' ),
|
||||
'properties' => array(
|
||||
'type' => array(
|
||||
'description' => __( 'Rotation type.' ),
|
||||
'type' => 'string',
|
||||
@@ -1358,8 +1358,8 @@ class WP_REST_Attachments_Controller extends WP_REST_Posts_Controller {
|
||||
),
|
||||
),
|
||||
array(
|
||||
'title' => __( 'Crop' ),
|
||||
'properties' => array(
|
||||
'title' => __( 'Crop' ),
|
||||
'properties' => array(
|
||||
'type' => array(
|
||||
'description' => __( 'Crop type.' ),
|
||||
'type' => 'string',
|
||||
|
||||
Reference in New Issue
Block a user