mediawiki-extensions-AbuseF.../includes/special
Daimona Eaytoy 7fb3ea9002 Reduce the amount of returns
Having a single return statement inside a function isn't always the
best, but having 5 is probably worse. This patch changes three long
if-return/if-return/... to a single if/elseif + return.

Change-Id: I5f4603627c61cf1b93859fe6bcd952eac8e82359
2019-03-30 09:52:56 +00:00
..
SpecialAbuseFilter.php Replace double-equals with triple-equals 2019-03-22 16:12:13 +01:00
SpecialAbuseLog.php Reduce the amount of returns 2019-03-30 09:52:56 +00:00