mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
qodana fix 3 : missing returns (#25332)
* qodana fix 3 : missing returns * removing a duplicated line
This commit is contained in:
@@ -1958,6 +1958,7 @@ class FormFile
|
||||
if (!empty($addfilterfields)) {
|
||||
print '</form>';
|
||||
}
|
||||
return count($filearray);
|
||||
// Fin de zone
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user