Fix PHPCS

This commit is contained in:
Laurent Destailleur 2015-05-20 15:22:59 +02:00
parent a05510c9df
commit 55b9d97081

View File

@ -74,7 +74,8 @@ class CompanyBankAccount extends Account
/**
* Create bank information record
*
* @return int <0 if KO, >= 0 if OK
* @param Object $user User
* @return int <0 if KO, >= 0 if OK
*/
function create($user='')
{