1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-16 10:54:02 +02:00

Complete docblock

This commit is contained in:
Oliver Vogel
2024-05-11 20:32:01 +02:00
parent 29047b1325
commit 602ec5f64a

View File

@@ -36,7 +36,8 @@ class RectangleResizer
/** /**
* Static factory method to create resizer with given target size * Static factory method to create resizer with given target size
* *
* @param array $arguments * @param mixed $arguments
* @throws GeometryException
* @return RectangleResizer * @return RectangleResizer
*/ */
public static function to(mixed ...$arguments): self public static function to(mixed ...$arguments): self