This commit is contained in:
Yuri Kuznetsov
2022-03-12 20:02:36 +02:00
parent fca55da02f
commit f5d5c4e75e

View File

@@ -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)
{