Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-01-15 11:41:09 +01:00
parent c6c7cbf208
commit 6db640d0d0

View File

@ -68,7 +68,7 @@ if (!empty($conf->global->PROJECT_USE_OPPORTUNITIES))
$listofstatus = array_keys($listofoppstatus);
// Complete with values found into database and not into the dictionary
foreach($valsamount as $key => $val) {
foreach ($valsamount as $key => $val) {
if (!in_array($key, $listofstatus)) {
$listofstatus[] = $key;
}