From 7b990a1a7ff7511337ffa9e169ba43ad531994d9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Jan 2022 11:30:19 +0100 Subject: [PATCH] Fix phpcs --- htdocs/core/class/html.form.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index d29fd0d5e15..ff5f5d0d0a5 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1693,8 +1693,7 @@ class Form if ($showempty && ! is_numeric($showempty)) { $textforempty = $showempty; $out .= ''; - } - else { + } else { if (($showempty == 1 || ($showempty == 3 && $num > 1)) && ! $multiple) { $out .= ''; }