From d54c67b22c3092766c0484be5aefcad0bd2e0693 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Fri, 9 May 2014 09:57:03 +0000 Subject: [PATCH] =?UTF-8?q?2=20=C3=A9toiles,=20c'est=20un=20minimum=20(coq?= =?UTF-8?q?uille=20phpdoc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc/boutons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc/boutons.php b/ecrire/inc/boutons.php index 27b54e7c1c..17be01f275 100644 --- a/ecrire/inc/boutons.php +++ b/ecrire/inc/boutons.php @@ -26,7 +26,7 @@ class Bouton { /** @var string L'icone à mettre dans le bouton */ var $icone; - /* @var string Le nom de l'entrée d'i18n associé */ + /** @var string Le nom de l'entrée d'i18n associé */ var $libelle; /** @var null|string L'URL de la page (null => ?exec=nom) */ -- GitLab