mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Remove typehint to avoid fatal error
Temporarily remove the typehint, as it causes some fatals. This doesn't solve the underlying problem, for which we should first investigate with I35bfc483a0c69a5cbd38eae8ba299189955fa1ec. Bug: T208144 Change-Id: I0fdda51010243690ff3806c16d4e203c9ccd8e0a
This commit is contained in:
parent
e580a51603
commit
6658a24554
|
@ -1099,7 +1099,7 @@ class AbuseFilter {
|
|||
* @return Status
|
||||
*/
|
||||
public static function filterAction(
|
||||
AbuseFilterVariableHolder $vars, Title $title, $group, User $user, $mode = 'execute'
|
||||
AbuseFilterVariableHolder $vars, $title, $group, User $user, $mode = 'execute'
|
||||
) {
|
||||
global $wgRequest, $wgAbuseFilterRuntimeProfile, $wgAbuseFilterLogIP;
|
||||
|
||||
|
|
Loading…
Reference in a new issue