mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-24 06:04:05 +00:00
Fix common typos in code
Bug: T201491 Change-Id: I621fdf81323639e2625a0cbc79ed27cc99bf5c05
This commit is contained in:
parent
b4834cba84
commit
9c963456fb
|
@ -87,7 +87,7 @@ class TitleBlacklistEntry {
|
|||
*
|
||||
* @param string $title Title to check
|
||||
* @param string $action Action to check
|
||||
* @return bool TRUE if the the regex matches the title, and is not overridden
|
||||
* @return bool TRUE if the regex matches the title, and is not overridden
|
||||
* else false if it doesn't match (or was overridden)
|
||||
*/
|
||||
public function matches( $title, $action ) {
|
||||
|
|
Loading…
Reference in a new issue