Passed
Push — master ( 5719dd...4b393b )
by Anthony
02:37
created
core/admin/droitsacces/GestionDroitAcces.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
 
149 149
 		/**
150 150
 		 * @param $id_liste_droit_acces
151
-		 * @return array|int
151
+		 * @return integer
152 152
 		 */
153 153
 		private function getNombrePageListe($id_liste_droit_acces) {
154 154
 			$dbc = App::getDb();
Please login to merge, or discard this patch.
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.