From f5d5c4e75ef19934decd23bfa348b6c10017165a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 12 Mar 2022 20:02:36 +0200 Subject: [PATCH] fix --- application/Espo/EntryPoints/Image.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/EntryPoints/Image.php b/application/Espo/EntryPoints/Image.php index 21a59ff500..b07fc11370 100644 --- a/application/Espo/EntryPoints/Image.php +++ b/application/Espo/EntryPoints/Image.php @@ -235,7 +235,7 @@ class Image implements EntryPoint } /** - * @return resource|\GdImage + * @return resource|object */ protected function createThumbImage(string $filePath, string $fileType, string $size) { @@ -349,8 +349,8 @@ class Image implements EntryPoint } /** - * @param resource|\GdImage $targetImage - * @return resource|\GdImage + * @param resource|object $targetImage + * @return resource|object */ protected function fixOrientation($targetImage, string $filePath) {