From 65bf57fd0a9b070226756c8bf8b27d0b91822122 Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Wed, 13 Apr 2022 16:44:42 +0200 Subject: [PATCH] Fix PHPDoc (return type) --- inc/joindre_document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/joindre_document.php b/inc/joindre_document.php index 09a0c9c2..a15ff46c 100644 --- a/inc/joindre_document.php +++ b/inc/joindre_document.php @@ -21,7 +21,7 @@ if (!defined('_ECRIRE_INC_VERSION')) { * * Renvoie une liste de fichier ou un message en cas d'erreur * - * @return string/array + * @return string|array */ function joindre_trouver_fichier_envoye() { static $files = []; -- GitLab