mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-18 16:37:43 +03:00
Address static analysis issues and add additional tests
This commit is contained in:
@@ -69,7 +69,7 @@ class DefaultTimeGenerator implements TimeGeneratorInterface
|
||||
} catch (\Throwable $exception) {
|
||||
throw new RandomSourceException(
|
||||
$exception->getMessage(),
|
||||
$exception->getCode(),
|
||||
(int) $exception->getCode(),
|
||||
$exception
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user