mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-24 07:04:04 +00:00
b5f42b8a74
Introduce BaseBlacklist::getSpamBlacklist() and getEmailBlacklist() as type-documented alternatives to getInstance( 'email/spam' ) so we don't need to keep documentating types in a comment when using a function that isn't included in the base class. Change-Id: Ic8bd8f803ddbce1294707d5f1d62b701e24d8c6e
25 lines
245 B
Plaintext
25 lines
245 B
Plaintext
/node_modules/
|
|
/vendor/
|
|
/composer.lock
|
|
|
|
# Editors
|
|
*.kate-swp
|
|
*~
|
|
\#*#
|
|
.#*
|
|
.*.swp
|
|
.project
|
|
.buildpath
|
|
.classpath
|
|
.settings
|
|
cscope.files
|
|
cscope.out
|
|
*.orig
|
|
## NetBeans
|
|
nbproject*
|
|
project.index
|
|
## Sublime
|
|
sublime-*
|
|
sftp-config.json
|
|
tests/phan/issues
|