mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Fix typo in class name AFPData
Change-Id: I32987ebc6b9fefab41b1bbc419140805502c6b7b
This commit is contained in:
parent
c23d715c33
commit
0aafdb9b2f
|
@ -1212,8 +1212,8 @@ class AbuseFilterParser {
|
|||
* normalize both sides of the search.
|
||||
*
|
||||
* @param bool $is_any
|
||||
* @param AFData $string
|
||||
* @param AFData[] $values
|
||||
* @param AFPData $string
|
||||
* @param AFPData[] $values
|
||||
* @param bool $normalize
|
||||
*
|
||||
* @return bool
|
||||
|
|
Loading…
Reference in a new issue