From a31d8f116034d653bc380aa75e6a2a08fbd45962 Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Sat, 19 Feb 2022 19:31:38 +0100
Subject: [PATCH] =?UTF-8?q?Phpdoc=20:=20Il=20y=20a=20parfois=20des=20appel?=
 =?UTF-8?q?s=20=C3=A0=20typo(...,=20'TYPO'),=20=C3=A9quivalent=20=C3=A0=20?=
 =?UTF-8?q?typo(...,=20true)=20donc.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc/texte.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/texte.php b/ecrire/inc/texte.php
index 6a6a5182c2..84d9a335e0 100644
--- a/ecrire/inc/texte.php
+++ b/ecrire/inc/texte.php
@@ -213,7 +213,7 @@ function interdire_scripts($arg, $mode_filtre = null) {
  *
  * @param string $letexte
  *     Texte d'origine
- * @param bool $echapper
+ * @param bool|string $echapper
  *     Échapper ?
  * @param string|null $connect
  *     Nom du connecteur à la bdd
-- 
GitLab