Add missing annotations

pull/221/head
Varun Patil 2022-11-09 22:24:38 -08:00
parent 11afad852b
commit 8a002ac331
1 changed files with 4 additions and 0 deletions

View File

@ -56,7 +56,11 @@ class ImageController extends ApiBase
}
/**
* @NoAdminRequired
*
* Set the exif data for a file.
*
* @param string fileid
*/
public function setExif(string $id): JSONResponse
{