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:
Daimona Eaytoy 2018-11-07 11:23:50 +01:00
parent e580a51603
commit 6658a24554

View file

@ -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;