From 80e0e5b9874bf991d917e256a018f775c65aac32 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Fri, 20 May 2022 15:03:36 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/adherents/class/adherent_type.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php index a438d6fb931..336d5e56878 100644 --- a/htdocs/adherents/class/adherent_type.class.php +++ b/htdocs/adherents/class/adherent_type.class.php @@ -120,7 +120,7 @@ class AdherentType extends CommonObject /** @var array Array of members */ public $members = array(); - + /** @var string */ public $other;