From 2921519af17dd2e879860a22454fc2990abeb63e Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Mon, 6 Jan 2025 19:46:14 +0100 Subject: [PATCH] Add @link for Image::trim() --- src/Interfaces/ImageInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Interfaces/ImageInterface.php b/src/Interfaces/ImageInterface.php index 08a485342..c3c73d02f 100644 --- a/src/Interfaces/ImageInterface.php +++ b/src/Interfaces/ImageInterface.php @@ -640,6 +640,7 @@ public function crop( /** * Trim the image by removing border areas of similar color within a the given tolerance * + * @link https://image.intervention.io/v3/modifying/resizing#trim-image * @param int $tolerance * @throws RuntimeException * @throws AnimationException