Passed
Push — master ( 4db736...130235 )
by Anthony
03:00
created
core/auth/Connexion.class.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,8 @@
 block discarded – undo
173 173
 
174 174
 		/**
175 175
 		 * @param $id_identite
176
-		 * @param null $remember
176
+		 * @param integer $remember
177
+		 * @param string $mdp_nonencrypt_tape
177 178
 		 */
178 179
 		private static function setTestChangerMdp($id_identite, $mdp_nonencrypt_tape, $remember) {
179 180
 			$membre = new Membre($id_identite);
Please login to merge, or discard this patch.