]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/Entity/Adherent.php
Fix doc
[galette.git] / 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)
     {