2
0
forked from Wavyzz/dolibarr

Method should return null but return statement is missing.

This commit is contained in:
Frédéric FRANCE
2024-01-09 18:51:11 +01:00
committed by GitHub
parent 78601732d2
commit 185b65712a

View File

@@ -177,6 +177,8 @@ class html_generic extends ModeleDon
fwrite($handle, $contents);
fclose($handle);
dolChmod($path);
return;
}
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps