From 27e4cb90096c0e66265d42ab8a6a5f9a3f69f628 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Wed, 28 Jun 2023 19:14:07 +0200 Subject: [PATCH] docs: Correction phpdoc --- ecrire/inc/distant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc/distant.php b/ecrire/inc/distant.php index c18742d2e3..3a3a512a8d 100644 --- a/ecrire/inc/distant.php +++ b/ecrire/inc/distant.php @@ -290,7 +290,7 @@ function valider_url_distante($url, $known_hosts = []) { * * @param string|array $donnees * @param string $boundary - * @return list<string,string> + * @return array{string,string} * entete,corps */ function prepare_donnees_post($donnees, $boundary = '') { -- GitLab