Skip to content

Commit 4427c5b

Browse files
authored
Update src/Media_Command.php
1 parent 5ce0155 commit 4427c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Media_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ private function get_intermediate_sizes( $is_pdf, $metadata, $att_id ) {
10561056
* Add filters to only process a particular intermediate image size in wp_generate_attachment_metadata().
10571057
*
10581058
* @param string $image_size
1059-
* @return array
1059+
* @return array<string, callable>
10601060
*/
10611061
private function add_image_size_filters( $image_size ) {
10621062
$image_size_filters = array();

0 commit comments

Comments
 (0)