forked from Wavyzz/dolibarr
Method should return null but return statement is missing.
This commit is contained in:
@@ -177,6 +177,8 @@ class html_generic extends ModeleDon
|
||||
fwrite($handle, $contents);
|
||||
fclose($handle);
|
||||
dolChmod($path);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
||||
|
||||
Reference in New Issue
Block a user