mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-12 00:38:23 +00:00
Make static function bufferTagsToSetByAction() really static
Follow-up to f3ac71de38
.
Change-Id: Ie6865fe0c08ad0ce5e9a5a3b59c9b427228fb554
This commit is contained in:
parent
81e15d7273
commit
a11a02d833
|
@ -1512,7 +1512,7 @@ class AbuseFilter {
|
|||
/**
|
||||
* @param array[] $tagsByAction Map of (integer => string[])
|
||||
*/
|
||||
private function bufferTagsToSetByAction( array $tagsByAction ) {
|
||||
private static function bufferTagsToSetByAction( array $tagsByAction ) {
|
||||
foreach ( $tagsByAction as $actionID => $tags ) {
|
||||
if ( !isset( self::$tagsToSet[$actionID] ) ) {
|
||||
self::$tagsToSet[$actionID] = $tags;
|
||||
|
|
Loading…
Reference in a new issue