mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Method should return null but return statement is missing.
This commit is contained in:
parent
78601732d2
commit
185b65712a
|
|
@ -177,6 +177,8 @@ class html_generic extends ModeleDon
|
|||
fwrite($handle, $contents);
|
||||
fclose($handle);
|
||||
dolChmod($path);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user