Passed
Push — master ( bc2209...74543f )
by Anthony
02:40
created
core/auth/Connexion.class.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,8 @@
 block discarded – undo
193 193
 
194 194
 		/**
195 195
 		 * @param $id_identite
196
-		 * @param null $remember
196
+		 * @param integer|null $remember
197
+		 * @param string $mdp_nonencrypt_tape
197 198
 		 */
198 199
 		private static function setTestChangerMdp($id_identite, $mdp_nonencrypt_tape, $remember = null) {
199 200
 			$membre = new Membre($id_identite);
Please login to merge, or discard this patch.