Fix phpcs

This commit is contained in:
Laurent Destailleur 2017-03-05 21:59:51 +01:00
parent f67c967d0b
commit 198cf18a78

View File

@ -300,9 +300,9 @@ class ExpenseReport extends CommonObject
/** /**
* update * update
* *
* @param User $user User making change * @param User $user User making change
* @param User $newuser New user we want to have the expense report on. * @param User $userofexpensereport New user we want to have the expense report on.
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
function update($user, $userofexpensereport=null) function update($user, $userofexpensereport=null)
{ {