From b74e397c67ba86eb4f622bad741c481dd4320479 Mon Sep 17 00:00:00 2001 From: Roel van Duijnhoven Date: Mon, 23 Jul 2018 10:04:20 +0200 Subject: [PATCH] Add FullFitIn method to PHPDocs --- lib/Thumbor/Url/Builder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Thumbor/Url/Builder.php b/lib/Thumbor/Url/Builder.php index 9127e30..e3aca2a 100644 --- a/lib/Thumbor/Url/Builder.php +++ b/lib/Thumbor/Url/Builder.php @@ -28,6 +28,7 @@ * @method Builder trim($colourSource = null) * @method Builder crop($topLeftX, $topLeftY, $bottomRightX, $bottomRightY) * @method Builder fitIn($width, $height) + * @method Builder fullFitIn($width, $height) * @method Builder resize($width, $height) * @method Builder halign($halign) * @method Builder valign($valign)