Merge "Fix doc comment for BeforePageDisplay hook"

This commit is contained in:
jenkins-bot 2015-06-22 21:19:41 +00:00 committed by Gerrit Code Review
commit a82d893fce

View file

@ -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 ) {