From 2d3759b6be09da2e0c2cab6e5eca8b78be2d5bc0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 May 2023 15:28:35 +0200 Subject: [PATCH] wip #5936 --- src/Graphics/Image.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Graphics/Image.php b/src/Graphics/Image.php index fb9381a..8a06bbd 100644 --- a/src/Graphics/Image.php +++ b/src/Graphics/Image.php @@ -105,6 +105,7 @@ class Image /** * @throws \Exception + * @return string */ public static function fixSVGDimensions($source, $preserveAspectRatio = "none") { -- 2.39.5