Completed
Push — master ( e7b303...e0a449 )
by cam
04:41
created
ecrire/inc/acces.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
 /**
262 262
  * Initialiser la globale htsalt si cela n'a pas déjà été fait.
263 263
  *
264
- * @return void|bool
264
+ * @return string
265 265
  */
266 266
 function initialiser_sel() {
267 267
 	if (!isset($GLOBALS['htsalt'])) {
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
 
318 318
 /**
319 319
  * Generer le fichier de htpasswd contenant les htpass
320
- * @param $htpasswd
320
+ * @param string $htpasswd
321 321
  * @param $htpasswd_admin
322 322
  */
323 323
 function generer_htpasswd_files($htpasswd, $htpasswd_admin) {
Please login to merge, or discard this patch.