From 7c950be4689896562568943d8e4dac9d57bd9848 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 11 Mar 2016 18:04:45 +0100
Subject: [PATCH] Fix Phpcs

---
 htdocs/compta/bank/class/account.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php
index c3068224e9d..bad817d7a21 100644
--- a/htdocs/compta/bank/class/account.class.php
+++ b/htdocs/compta/bank/class/account.class.php
@@ -924,7 +924,7 @@ class Account extends CommonObject
      *    @param    int		$mode          	0=libelle long, 1=libelle court, 2=Picto + Libelle court, 3=Picto, 4=Picto + Libelle long, 5=Libelle court + Picto
      *    @return   string        			Libelle du statut
      */
-	public function LibStatut($statut, $mode = 0)
+	function LibStatut($statut, $mode = 0)
 	{
 		global $langs;
 		$langs->load('banks');
-- 
GitLab