Skip to content

Commit a71ebf9

Browse files
committed
refactor: update parameter type hint formatting in dam offload utils
1 parent 2ab152b commit a71ebf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/traits/dam_offload_utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private function is_attachment_edit_page( $attachment_id ) {
154154
* Used to filter the image metadata. Adds optimized image url for all image sizes.
155155
*
156156
* @param array<string, mixed> $metadata The attachment metadata.
157-
* @param int $id The attachment id.
157+
* @param int $id The attachment id.
158158
*
159159
* @return array<string, mixed>
160160
*/

0 commit comments

Comments
 (0)