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