Fixing style errors.

This commit is contained in:
stickler-ci 2021-05-01 18:36:59 +00:00
parent b643af9c03
commit 832ceb2be3
3 changed files with 5 additions and 4 deletions

View File

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