Go to file
Thiemo Kreuz 6a082f1764 Inline nested callback functions
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
2019-03-19 18:50:03 +01:00
i18n Localisation updates from https://translatewiki.net. 2019-02-14 22:29:32 +01:00
includes Inline nested callback functions 2019-03-19 18:50:03 +01:00
tests/phpunit Make ExtractFormatter not depend on configuration 2019-03-17 18:02:09 -07:00
.eslintrc.json build: Set "root": true, in .eslintrc.json 2018-12-17 18:58:48 -08:00
.gitignore build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-20 00:23:06 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:54 -07:00
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 16.0.1 2018-02-25 11:38:27 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-19 17:07:56 +00:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-07 05:27:44 +00:00
COPYING Add COPYING 2014-01-22 21:33:49 +00:00
extension.json Use AutoloadNamespaces 2019-03-17 18:32:26 -07:00
Gruntfile.js Add recent pattern for ESLinting in repo 2018-09-03 15:31:36 +01:00
package.json build: Update devDependencies 2018-11-26 23:41:56 +00:00