From c2274ca92c2064538562dee15c3158e153986a53 Mon Sep 17 00:00:00 2001 From: dignajar Date: Sat, 4 Jul 2020 19:07:13 +0200 Subject: [PATCH] ident comments --- bl-plugins/api/plugin.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bl-plugins/api/plugin.php b/bl-plugins/api/plugin.php index 470dc43e..c8bbfc40 100644 --- a/bl-plugins/api/plugin.php +++ b/bl-plugins/api/plugin.php @@ -464,15 +464,15 @@ class pluginAPI extends Plugin { } /* - | Upload an image and generate the thumbnails - | Returns the image and thumbnail URL - | - | @inputs array - | @inputs['uuid'] string Page UUID - | @_FILE array https://www.php.net/manual/en/reserved.variables.files.php - | - | @return array - */ + | Upload an image and generate the thumbnails + | Returns the image and thumbnail URL + | + | @inputs array + | @inputs['uuid'] string Page UUID + | @_FILE array https://www.php.net/manual/en/reserved.variables.files.php + | + | @return array + */ private function uploadImage($inputs) { // Set upload directory