X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialRecentchanges.php;h=7cc0dc6d10bfb866f0959630ade72f80e1f06375;hp=24617541abeb32ceecb77ef00cff1af8a4e11ae0;hb=a18476eab39dc201384c68cbd27228c5af32f7fc;hpb=ef470ebf7f7716c2c1a20960d642a1d898231f6a diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 24617541ab..7cc0dc6d10 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -38,7 +38,6 @@ class SpecialRecentChanges extends ChangesListSpecialPage { private $watchlistFilterGroupDefinition; - // @codingStandardsIgnoreStart Needed "useless" override to change parameters. public function __construct( $name = 'Recentchanges', $restriction = '' ) { parent::__construct( $name, $restriction ); @@ -134,7 +133,6 @@ class SpecialRecentChanges extends ChangesListSpecialPage { } ]; } - // @codingStandardsIgnoreEnd /** * Main execution point