Merge "jquery.migrate: Instrument with mw.track()"
[lhc/web/wiklou.git] / tests / phpunit / includes / libs / objectcache / WANObjectCacheTest.php
index 58a6d38..881ace2 100644 (file)
@@ -28,7 +28,7 @@ class WANObjectCacheTest extends PHPUnit_Framework_TestCase {
         * @covers WANObjectCache::get()
         * @covers WANObjectCache::makeKey()
         * @param mixed $value
-        * @param integer $ttl
+        * @param int $ttl
         */
        public function testSetAndGet( $value, $ttl ) {
                $curTTL = null;