@@ -6,6 +6,8 @@ |
||
6 | 6 | { |
7 | 7 | /** |
8 | 8 | * Calls @see resizeMulti() with $boxWidth and $boxHeight as a single element in $boxSizes |
9 | + * @param integer $boxWidth |
|
10 | + * @param integer $boxHeight |
|
9 | 11 | */ |
10 | 12 | public static function resize(\Imagick $source, $boxWidth, $boxHeight, array $options = []) |
11 | 13 | { |