Fix PHPDoc for getTimeAndDelay()
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 5 Dec 2015 22:02:34 +0000 (14:02 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 5 Dec 2015 22:02:46 +0000 (14:02 -0800)
Change-Id: I7e5b368d13489afec6df56cdc3e71c2e60e07e20

includes/utils/UIDGenerator.php

index 6171d58..e2de900 100644 (file)
@@ -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
         */