rector fixes after rector's upgrade

This commit is contained in:
2024-08-28 15:32:57 +02:00
parent e477a49c92
commit 2d82c1e105
6 changed files with 31 additions and 43 deletions

View File

@@ -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);
}
}