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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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