From dfe4debbd22492f6951a820012365e16b1f8b70a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 18 Jul 2019 17:34:38 +0200 Subject: [PATCH] Fix phpcs --- htdocs/core/actions_setfreetext.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/actions_setfreetext.inc.php b/htdocs/core/actions_setfreetext.inc.php index deb6efd9f86..4ce10c5018d 100644 --- a/htdocs/core/actions_setfreetext.inc.php +++ b/htdocs/core/actions_setfreetext.inc.php @@ -49,4 +49,4 @@ if ($action == 'set_freetext') { setEventMessages($langs->trans("Error"), null, 'errors'); } -} \ No newline at end of file +}