typed return arrays too

This commit is contained in:
Shish
2024-01-06 21:28:06 +00:00
parent 02da92403a
commit 6a2d3f49e2
9 changed files with 13 additions and 13 deletions

View File

@ -285,7 +285,7 @@ class ResizeImage extends Extension
}
/**
* #return int[]
* @return int[]
*/
private function calc_new_size(Image $image_obj, int $width, int $height): array
{