wiki.techinc.nl/includes/parser
Fomafix d59af4c341 Use PHP's implode() with the suggested order of arguments
https://secure.php.net/manual/en/function.implode.php defines the order
of arguments as

 string implode ( string $glue , array $pieces )
 string implode ( array $pieces )

Note:
  implode() can, for historical reasons, accept its parameters in
  either order. For consistency with explode(), however, it may be less
  confusing to use the documented order of arguments.

Change-Id: I03bf5712204e283f52d3ede54af9b9ec117d4280
2018-02-22 20:24:00 +01:00
..
BlockLevelPass.php Fix variable name to match code 2018-01-19 16:36:52 -08:00
CacheTime.php Deprecate Parser::disableCache 2016-06-18 19:55:43 +00:00
CoreParserFunctions.php Use PHP's implode() with the suggested order of arguments 2018-02-22 20:24:00 +01:00
CoreTagHooks.php SECURITY: Disable <html> tag on system messages despite $wgRawHtml = true; 2017-03-28 21:51:44 +00:00
DateFormatter.php parser: Deprecate string type for $lang arg in DateFormatter::getInstance 2018-02-20 21:03:55 +00:00
LinkHolderArray.php Add quotes to comment based strip markers 2017-12-08 17:00:26 +02:00
MWTidy.php Add benchmarkTidy.php, to benchmark tidy drivers 2017-04-21 01:02:22 +00:00
Parser.php Hard-deprecate ParserOutput stateful transform methods 2018-02-13 12:28:36 -05:00
ParserCache.php Hard-deprecate ParserOutput stateful transform methods 2018-02-13 12:28:36 -05:00
ParserDiffTest.php Fix php code style 2017-05-05 12:03:54 +00:00
ParserOptions.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
ParserOutput.php Hard-deprecate ParserOutput stateful transform methods 2018-02-13 12:28:36 -05:00
Preprocessor.php Merge "Fix return in Preprocessor::cacheSetTree" 2017-09-16 20:07:56 +00:00
Preprocessor_DOM.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
Preprocessor_Hash.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
RemexStripTagHandler.php Use Remex in Sanitizer::stripAllTags() 2017-11-15 17:31:31 -08:00
Sanitizer.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
StripState.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00