We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddca1d1 commit db07738Copy full SHA for db07738
Command/Descriptor/HtmlDescriptor.php
@@ -50,7 +50,7 @@ public function describe(OutputInterface $output, Data $data, array $context, in
50
$title = '<code>$ </code>'.$context['cli']['command_line'];
51
$dedupIdentifier = $context['cli']['identifier'];
52
} else {
53
- $dedupIdentifier = uniqid('', true);
+ $dedupIdentifier = bin2hex(random_bytes(4));
54
}
55
56
$sourceDescription = '';
0 commit comments