mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user