mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
cs: Enable risky rule random_api_migration
.
This commit is contained in:
@@ -78,7 +78,7 @@ class DocGeneratorTemplateController extends AbstractController
|
||||
|
||||
$fileContent = fopen($tmpfname2, 'r'); // the generated file content
|
||||
|
||||
$genDocName = 'doc_' . sprintf('%010d', rand()) . '.docx';
|
||||
$genDocName = 'doc_' . sprintf('%010d', mt_rand()) . '.docx';
|
||||
|
||||
$getUrlGen = $tempUrlGenerator->generate(
|
||||
'PUT',
|
||||
|
Reference in New Issue
Block a user