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

index 93dddf639168230b977aa0570bc24729c9c93fbe..3d67202534b28896911c87b6d9250a3c26dfb2bb 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 array $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 false|array $deps Dependencies configuration, see Adherent::$_deps
      */
     public function __construct(Db $zdb, $args = null, $deps = null)
     {