mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-15 03:35:20 +00:00
6a082f1764
This gets rid of code that is reported as being unused, even if it is used. This also simplifies the regular expression a little bit. The . automatically ends at the end of the line when the mode /s is *not* set, which it isn't. The /m mode is not needed then because there is no ^ or $ any more in the regular expression. Note this code is sufficentily covered by a test (one I wrote just a few days ago). Change-Id: I8eb57e308bb2b281e0e72499b4d46f93a4dfa5f4 |
||
---|---|---|
i18n | ||
includes | ||
tests/phpunit | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
package.json |