Add missing annotations
parent
11afad852b
commit
8a002ac331
|
@ -56,7 +56,11 @@ class ImageController extends ApiBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @NoAdminRequired
|
||||||
|
*
|
||||||
* Set the exif data for a file.
|
* Set the exif data for a file.
|
||||||
|
*
|
||||||
|
* @param string fileid
|
||||||
*/
|
*/
|
||||||
public function setExif(string $id): JSONResponse
|
public function setExif(string $id): JSONResponse
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue