mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-12 01:11:15 +00:00
Remove redundant reference from EditPage hook handler
Bug: T234118 Change-Id: I0f6305bf881c7ffb4383568730f24f89388ae897
This commit is contained in:
parent
296c2d0b8f
commit
2971bace15
|
@ -79,10 +79,10 @@ class ConfirmEditHooks {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param EditPage &$editPage
|
||||
* @param EditPage $editPage
|
||||
* @param OutputPage &$out
|
||||
*/
|
||||
public static function showEditFormFields( &$editPage, &$out ) {
|
||||
public static function showEditFormFields( $editPage, &$out ) {
|
||||
self::getInstance()->showEditFormFields( $editPage, $out );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue