Skip to content

Commit

Permalink
Complete docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 11, 2024
1 parent 29047b1 commit 602ec5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Geometry/Tools/RectangleResizer.php
Expand Up @@ -36,7 +36,8 @@ public function __construct(
/**
* Static factory method to create resizer with given target size
*
* @param array $arguments
* @param mixed $arguments
* @throws GeometryException
* @return RectangleResizer
*/
public static function to(mixed ...$arguments): self
Expand Down

0 comments on commit 602ec5f

Please sign in to comment.