X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fchanges%2FRecentChange.php;h=64c55558906213dff0c1563d61d73b20c9045c0d;hp=5fad8fd9ea5b6fe8c4b4158e298a747eea06107d;hb=a9007e8baf802f0f57d095e3bb4ad201c98c0cb3;hpb=50075483570e5106b3e8a2b3f469c8fe5254a1cf diff --git a/includes/changes/RecentChange.php b/includes/changes/RecentChange.php index 5fad8fd9ea..64c5555890 100644 --- a/includes/changes/RecentChange.php +++ b/includes/changes/RecentChange.php @@ -552,9 +552,9 @@ class RecentChange { * Makes an entry in the database corresponding to an edit * * @param string $timestamp - * @param Title $title + * @param Title &$title * @param bool $minor - * @param User $user + * @param User &$user * @param string $comment * @param int $oldId * @param string $lastTimestamp @@ -629,9 +629,9 @@ class RecentChange { * Note: the title object must be loaded with the new id using resetArticleID() * * @param string $timestamp - * @param Title $title + * @param Title &$title * @param bool $minor - * @param User $user + * @param User &$user * @param string $comment * @param bool $bot * @param string $ip @@ -699,8 +699,8 @@ class RecentChange { /** * @param string $timestamp - * @param Title $title - * @param User $user + * @param Title &$title + * @param User &$user * @param string $actionComment * @param string $ip * @param string $type @@ -730,8 +730,8 @@ class RecentChange { /** * @param string $timestamp - * @param Title $title - * @param User $user + * @param Title &$title + * @param User &$user * @param string $actionComment * @param string $ip * @param string $type