mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Fix docblocks
This commit is contained in:
parent
de76531589
commit
f4613aa9af
2 changed files with 10 additions and 10 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue