Fix docblocks

This commit is contained in:
Alex Cabal 2024-05-01 23:55:48 -05:00
parent de76531589
commit f4613aa9af
2 changed files with 10 additions and 10 deletions

View file

@ -43,7 +43,7 @@ class Image{
/**
* @return resource
*@throws Exceptions\InvalidImageUploadException
* @throws Exceptions\InvalidImageUploadException
*/
private function GetImageHandleFromTiff(){
$tempFilename = sys_get_temp_dir() . '/se-' . pathinfo($this->Path)['filename'] . '.jpg';