From fb338573acb5d1394e0dd5c4ec0cb2d1af505f1a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 5 Dec 2015 14:02:34 -0800 Subject: [PATCH] Fix PHPDoc for getTimeAndDelay() Change-Id: I7e5b368d13489afec6df56cdc3e71c2e60e07e20 --- includes/utils/UIDGenerator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/utils/UIDGenerator.php b/includes/utils/UIDGenerator.php index 6171d58613..e2de900a16 100644 --- a/includes/utils/UIDGenerator.php +++ b/includes/utils/UIDGenerator.php @@ -429,6 +429,7 @@ class UIDGenerator { * @param string $lockFile Name of a local lock file * @param int $clockSeqSize The number of possible clock sequence values * @param int $counterSize The number of possible counter values + * @param int $offsetSize The number of possible offset values * @return array (result of UIDGenerator::millitime(), counter, clock sequence) * @throws RuntimeException */ -- 2.20.1