mediawiki-extensions-AbuseF.../includes
Thiemo Kreuz 7f600d2ebe Remove all not needed & from hook handler signatures
Most of these are accidential, obsolete from a time when PHP4 required
these & to enforce passing by reference. This is the default since PHP5.
The issue with this & is that is (in theory) allows hook handlers to
replace the object with an entirely different one. Luckily this does
not work in all cases I'm aware of. But it is confusing, semantically.

Change-Id: If1e9e2723ef96308f9b4b27377398a5e497bfe70
2018-06-07 13:29:22 +02:00
..
api Reduce use of globals in favor of Config 2018-05-02 02:27:26 +00:00
pagers Reduce use of globals in favor of Config 2018-05-02 02:27:26 +00:00
parser Use PHP7 ?? operator 2018-05-31 11:53:03 -07:00
special build: Updating mediawiki/mediawiki-codesniffer to 20.0.0 2018-05-25 23:31:49 +00:00
Views Use PHP7 ?? operator 2018-05-31 11:53:03 -07:00
AbuseFilter.php Use PHP7 ?? operator 2018-05-31 11:53:03 -07:00
AbuseFilterChangesList.php Add phan configuration 2018-04-30 08:32:58 +00:00
AbuseFilterHooks.php Remove all not needed & from hook handler signatures 2018-06-07 13:29:22 +02:00
AbuseFilterModifyLogFormatter.php Actually mark abusefilter creations as such in the AbuseFilter log 2018-01-12 17:03:13 +00:00
AbuseFilterPreAuthenticationProvider.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00
AbuseFilterVariableHolder.php Prevent the user from overriding blacklisted variables 2018-05-04 19:33:12 +02:00
AbuseLogHitFormatter.php Cleanup, added spaces 2017-10-19 09:40:22 +02:00
AFComputedVariable.php Add phan configuration 2018-04-30 08:32:58 +00:00
TableDiffFormatterFullContext.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00