Merge "Disallow top level domains in Cookie::validateCookieDomain()."
[lhc/web/wiklou.git] / includes / changes / RCCacheEntry.php
index 271dd4a..d9cafbc 100644 (file)
@@ -17,6 +17,7 @@
  *
  * @file
  */
+
 class RCCacheEntry extends RecentChange {
        public $curlink;
        public $difflink;
@@ -29,7 +30,7 @@ class RCCacheEntry extends RecentChange {
        public $watched;
 
        /**
-        * @param $rc RecentChange
+        * @param RecentChange $rc
         * @return RCCacheEntry
         */
        static function newFromParent( $rc ) {