Skip to content
Snippets Groups Projects
Commit 0a533660 authored by Phf's avatar Phf
Browse files

Fix travis phpcs

parent cc21f75c
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ if ($action == 'create')
$result=$bprev->create($conf->global->PRELEVEMENT_CODE_BANQUE, $conf->global->PRELEVEMENT_CODE_GUICHET);
if ($result < 0)
{
setEventMessages($bprev->error , $bprev->errors, 'errors');
setEventMessages($bprev->error, $bprev->errors, 'errors');
}
if ($result == 0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment