From 5567537f6230c7d2e8a388c0f399ec4f6e02867b Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 22 Jun 2015 14:14:19 -0700 Subject: [PATCH] Fix doc comment for BeforePageDisplay hook The hook was changed in ccdca0d0d7e024d. Bug: T89676 Change-Id: Iea8c512d8cf14bc917deda357dcf5f4dca92ca12 --- Thanks.hooks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Thanks.hooks.php b/Thanks.hooks.php index e2d403d4..4119ade0 100644 --- a/Thanks.hooks.php +++ b/Thanks.hooks.php @@ -285,12 +285,12 @@ class ThanksHooks { } /** - * Handler for FlowAddModules. Inserts javascript to enhance thank + * Handler for BeforePageDisplay. Inserts javascript to enhance thank * links from static urls to in-page dialogs along with reloading * the previously thanked state. * * @param OutputPage $out OutputPage object - * @param mixed $skin + * @param Skin $skin * @return bool */ public static function onBeforePageDisplay( OutputPage $out, $skin ) {