Skip to content

Commit 5b37f23

Browse files
chore: phpcs
1 parent a606223 commit 5b37f23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inc/media_offload.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@ public static function get_image_size_from_width( $sizes, $width, $filename, $ju
377377
* Replace image URLs in the srcset attributes.
378378
*
379379
* @param mixed|array<int, array{url: string, descriptor: string, value: int}> $sources Array of image sources.
380-
* @param array{0: int, 1: int} $size_array Array of width and height values in pixels (in that order).
381-
* @param string $image_src The 'src' of the image.
382-
* @param array<string, mixed> $image_meta The image meta data as returned by 'wp_get_attachment_metadata()'.
383-
* @param int $attachment_id Image attachment ID or 0.
380+
* @param array{0: int, 1: int} $size_array Array of width and height values in pixels (in that order).
381+
* @param string $image_src The 'src' of the image.
382+
* @param array<string, mixed> $image_meta The image meta data as returned by 'wp_get_attachment_metadata()'.
383+
* @param int $attachment_id Image attachment ID or 0.
384384
*
385385
* @return array<int, array{url: string, descriptor: string, value: int}>|mixed
386386
*/

0 commit comments

Comments
 (0)