]> git.agnieray.net Git - galette.git/commitdiff
Fix doc
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 11 Jun 2020 15:22:11 +0000 (17:22 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 11 Jun 2020 15:22:11 +0000 (17:22 +0200)
galette/lib/Galette/Entity/Adherent.php

index ac4c5aa655de37b5124ff6fa14d47d93e6fd8777..93dddf639168230b977aa0570bc24729c9c93fbe 100644 (file)
@@ -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)
     {