cs: Enable more risky rules.

This commit is contained in:
Pol Dellaiera
2021-11-30 12:09:24 +01:00
parent 6ce511889f
commit 579c349e28
22 changed files with 29 additions and 15 deletions

View File

@@ -76,7 +76,7 @@ class DocGeneratorTemplateController extends AbstractController
unlink($tmpfname);
$fileContent = fopen($tmpfname2, 'r'); // the generated file content
$fileContent = fopen($tmpfname2, 'rb'); // the generated file content
$genDocName = 'doc_' . sprintf('%010d', mt_rand()) . '.docx';