Skip to content
Snippets Groups Projects
Commit 7c950be4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix Phpcs

parent 7dac7c4f
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment