camelCase format for method amountByType

This commit is contained in:
daraelmin 2021-05-01 20:43:58 +02:00 committed by GitHub
parent 832ceb2be3
commit 28ba847709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -548,7 +548,7 @@ class AdherentType extends CommonObject
* @param int $status Filter on status of type
* @return array List of types of members
*/
public function amount_by_type($status = null)
public function amountByType($status = null)
{
global $conf, $langs;