Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-03-21 20:15:19 +01:00
parent 78ca554240
commit ee4150665e
6 changed files with 22 additions and 22 deletions

View File

@ -1546,8 +1546,8 @@ class Account extends CommonObject
* Some countries show less or more bank account properties to the user * Some countries show less or more bank account properties to the user
* *
* @param int $includeibanbic 1=Return also key for IBAN and BIC * @param int $includeibanbic 1=Return also key for IBAN and BIC
* @return array * @return array Array of fields to show
* @see useDetailedBBAN * @see useDetailedBBAN()
*/ */
public function getFieldsToShow($includeibanbic = 0) public function getFieldsToShow($includeibanbic = 0)
{ {