CodeSniffer corrections
This commit is contained in:
parent
65d3f7968a
commit
45ebb18367
@ -226,11 +226,11 @@ class FormProjets
|
||||
$out.= $resultat;
|
||||
|
||||
$outarray[] = array(
|
||||
'key' => (int)$obj->rowid,
|
||||
'key' => (int) $obj->rowid,
|
||||
'value' => $obj->ref,
|
||||
'ref' => $obj->ref,
|
||||
'label' => $labeltoshow,
|
||||
'disabled' => (bool)$disabled
|
||||
'disabled' => (bool) $disabled
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user