Passed
Push — master ( 33a0f4...77b300 )
by Anthony
06:08 queued 02:54
created
core/auth/Connexion.class.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 		/**
18 18
 		 * @param $valide
19 19
 		 * @param $archiver
20
-		 * @param $page_retour_err
20
+		 * @param string $page_retour_err
21 21
 		 */
22 22
 		private function setTestParamCompte($valide, $archiver, $page_retour_err) {
23 23
 			$config = new Configuration();
@@ -181,7 +181,8 @@  discard block
 block discarded – undo
181 181
 
182 182
 		/**
183 183
 		 * @param $id_identite
184
-		 * @param null $remember
184
+		 * @param integer $remember
185
+		 * @param string $mdp_nonencrypt_tape
185 186
 		 */
186 187
 		private static function setTestChangerMdp($id_identite, $mdp_nonencrypt_tape, $remember) {
187 188
 			$membre = new Membre($id_identite);
Please login to merge, or discard this patch.
core/functions/DateHeure.class.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,6 @@
 block discarded – undo
77 77
 		/**
78 78
 		 * affiche la date du jour au format jeudi 12 janvier
79 79
 		 * @param integer $date si NULL on prend la date du jour sinon on prend la date qui est mise
80
-		 * @param int $abreger si NOT NULL, on abrege la date, on enleve la semaine et on coupe le mois à 3 lettres
81 80
 		 * @return string
82 81
 		 */
83 82
 		public static function date_fr_texte($date = 0) {
Please login to merge, or discard this patch.