mediawiki-extensions-AbuseF.../includes
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
..
api Remove useless SpecialAbuseLog::getNotDeletedCond 2019-03-23 11:49:30 +01:00
pagers Remove useless SpecialAbuseLog::getNotDeletedCond 2019-03-23 11:49:30 +01:00
parser Add a function to the parser to retrieve the next token 2019-03-23 11:55:08 +01:00
special Reduce the amount of returns 2019-03-30 09:52:56 +00:00
Views Don't escape abusefilter-edit-status 2019-03-29 09:54:30 +01:00
AbuseFilter.php Remove $wgAbuseFilterRuntimeProfiling 2019-03-23 11:31:18 +00:00
AbuseFilterChangesList.php Merge "Don't send long patterns with GET" 2019-01-20 14:20:31 +00:00
AbuseFilterHooks.php Remove $wgAbuseFilterRuntimeProfiling 2019-03-23 11:31:18 +00:00
AbuseFilterModifyLogFormatter.php Actually mark abusefilter creations as such in the AbuseFilter log 2018-01-12 17:03:13 +00:00
AbuseFilterPreAuthenticationProvider.php Replace double-equals with triple-equals 2019-03-22 16:12:13 +01:00
AbuseFilterSuppressLogFormatter.php Migrate AbuseFilter suppress log 2018-08-21 16:05:54 +00:00
AbuseFilterVariableHolder.php Merge "Simplify AbuseFilterVariableHolder::dumpAllVars" 2019-03-17 11:04:53 +00:00
AbuseLogHitFormatter.php Minor escaping fixes 2018-07-05 18:51:30 +00:00
AFComputedVariable.php Reduce the amount of returns 2019-03-30 09:52:56 +00:00
TableDiffFormatterFullContext.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00