CodeSniffer corrections

This commit is contained in:
Marcos García de La Fuente 2015-06-16 07:19:31 +02:00
parent 65d3f7968a
commit 45ebb18367

View File

@ -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
);
}
}