mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
rector fixes after rector's upgrade
This commit is contained in:
@@ -364,7 +364,7 @@ class StoredObject implements Document, TrackCreationInterface
|
||||
{
|
||||
try {
|
||||
return base_convert(bin2hex(random_bytes(32)), 16, 36);
|
||||
} catch (RandomException $e) {
|
||||
} catch (RandomException) {
|
||||
return uniqid(more_entropy: true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user