ident comments

This commit is contained in:
dignajar 2020-07-04 19:07:13 +02:00
parent 8528b08a42
commit c2274ca92c

View file

@ -464,15 +464,15 @@ class pluginAPI extends Plugin {
} }
/* /*
| Upload an image and generate the thumbnails | Upload an image and generate the thumbnails
| Returns the image and thumbnail URL | Returns the image and thumbnail URL
| |
| @inputs array | @inputs array
| @inputs['uuid'] string Page UUID | @inputs['uuid'] string Page UUID
| @_FILE array https://www.php.net/manual/en/reserved.variables.files.php | @_FILE array https://www.php.net/manual/en/reserved.variables.files.php
| |
| @return array | @return array
*/ */
private function uploadImage($inputs) private function uploadImage($inputs)
{ {
// Set upload directory // Set upload directory