mirror of
https://github.com/Intervention/image.git
synced 2025-08-15 10:23:59 +02:00
Complete docblock
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user