Skip to content

Commit 5ee634b

Browse files
committed
There should be a comma after the last array item in a multi-line array
1 parent d194248 commit 5ee634b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ public function get_collection_params() {
13421342
'description' => __( 'Limit result set to attachments of a particular MIME type or MIME types.' ),
13431343
'type' => 'array',
13441344
'items' => array(
1345-
'type' => 'string'
1345+
'type' => 'string',
13461346
),
13471347
);
13481348

0 commit comments

Comments
 (0)