Address static analysis issues and add additional tests

This commit is contained in:
Ben Ramsey
2020-01-09 17:57:07 -06:00
parent 26a02a93db
commit c11c023796
17 changed files with 278 additions and 162 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class DefaultTimeGenerator implements TimeGeneratorInterface
} catch (\Throwable $exception) {
throw new RandomSourceException(
$exception->getMessage(),
$exception->getCode(),
(int) $exception->getCode(),
$exception
);
}