From 6d03e36d2fb60575482941e29a820da2572bc86d Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Thu, 11 Jun 2020 17:22:11 +0200 Subject: [PATCH] Fix doc --- galette/lib/Galette/Entity/Adherent.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/galette/lib/Galette/Entity/Adherent.php b/galette/lib/Galette/Entity/Adherent.php index ac4c5aa65..93dddf639 100644 --- a/galette/lib/Galette/Entity/Adherent.php +++ b/galette/lib/Galette/Entity/Adherent.php @@ -158,11 +158,11 @@ class Adherent /** * Default constructor * - * @param Db $zdb Database instance - * @param mixed $args Either a ResultSet row, its id or its - * login or its email for to load s specific - * member, or null to just instanciate object - * @param boolean $deps Dependencies configuration, see Adherent::$_deps + * @param Db $zdb Database instance + * @param mixed $args Either a ResultSet row, its id or its + * login or its email for to load s specific + * member, or null to just instanciate object + * @param array $deps Dependencies configuration, see Adherent::$_deps */ public function __construct(Db $zdb, $args = null, $deps = null) { -- 2.39.2