Fix: Removing chekstyle warning helps me to find real bugs
This commit is contained in:
parent
8a77ffe58f
commit
e15834dae2
@ -119,7 +119,7 @@ class RemiseCheque extends CommonObject
|
|||||||
* @param array $toRemise array with cheques to remise
|
* @param array $toRemise array with cheques to remise
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
*/
|
*/
|
||||||
function create($user, $account_id, $limit=40, $toRemise)
|
function create($user, $account_id, $limit, $toRemise)
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user