Fix PHPCS

This commit is contained in:
Laurent Destailleur 2017-02-27 02:14:37 +01:00
parent d12caab69a
commit 3b85a41991

View File

@ -323,10 +323,10 @@ class ExpenseReport extends CommonObject
/** /**
* update * update
* *
* @param User $user User making change * @param User $user User making change
* @param int $notrigger Disable triggers * @param int $notrigger Disable triggers
* @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, $notrigger = 0, $userofexpensereport=null) function update($user, $notrigger = 0, $userofexpensereport=null)
{ {