From d56bcd937b5f4fd38522b6eef983a883b5dceb02 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 27 Mar 2023 06:55:42 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/class/html.formsetup.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/class/html.formsetup.class.php b/htdocs/core/class/html.formsetup.class.php index ac79da5b281..2cd3adec4f4 100644 --- a/htdocs/core/class/html.formsetup.class.php +++ b/htdocs/core/class/html.formsetup.class.php @@ -1148,7 +1148,7 @@ class FormSetupItem /** * generateOutputFieldMultiSelect - * + * * @return string */ public function generateOutputFieldMultiSelect() @@ -1171,7 +1171,7 @@ class FormSetupItem /** * generateOutputFieldColor - * + * * @return string */ public function generateOutputFieldColor() @@ -1181,7 +1181,7 @@ class FormSetupItem } /** * generateInputFieldColor - * + * * @return string */ public function generateInputFieldColor() @@ -1218,7 +1218,7 @@ class FormSetupItem $outPut = $user->firstname . " " . $user->lastname; return $outPut; } - + /* * METHODS FOR SETTING DISPLAY TYPE */