From: Aaron Schulz Date: Sat, 5 Dec 2015 22:02:34 +0000 (-0800) Subject: Fix PHPDoc for getTimeAndDelay() X-Git-Tag: 1.31.0-rc.0~8791^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=fb338573acb5d1394e0dd5c4ec0cb2d1af505f1a;p=lhc%2Fweb%2Fwiklou.git Fix PHPDoc for getTimeAndDelay() Change-Id: I7e5b368d13489afec6df56cdc3e71c2e60e07e20 --- 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 */