Update adherent_type.class.php

This commit is contained in:
ptibogxiv 2019-11-14 20:02:44 +01:00 committed by GitHub
parent 07880dd835
commit 892b61f1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -627,7 +627,8 @@ class AdherentType extends CommonObject
return -1; return -1;
} }
} }
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/** /**
* Return translated label by the nature of a adherent (physical or moral) * Return translated label by the nature of a adherent (physical or moral)
* *
@ -642,7 +643,8 @@ class AdherentType extends CommonObject
else return $langs->trans("MorPhy"); else return $langs->trans("MorPhy");
//return $morphy; //return $morphy;
} }
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/** /**
* Return clicable name (with picto eventually) * Return clicable name (with picto eventually)
* *