111
This commit is contained in:
@@ -61,10 +61,13 @@ class Uploaded implements UploadedFileInterface
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $targetPath
|
* @param string $targetPath
|
||||||
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function moveTo($targetPath)
|
public function moveTo($targetPath): bool
|
||||||
{
|
{
|
||||||
@move_uploaded_file($this->tmp_name, $targetPath);
|
@move_uploaded_file($this->tmp_name, $targetPath);
|
||||||
|
|
||||||
|
return file_exists($targetPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user