wiki.techinc.nl/includes/parser
Umherirrender 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Clean up use of @codingStandardsIgnore
- @codingStandardsIgnoreFile -> phpcs:ignoreFile
- @codingStandardsIgnoreLine -> phpcs:ignore
- @codingStandardsIgnoreStart -> phpcs:disable
- @codingStandardsIgnoreEnd -> phpcs:enable

For phpcs:disable always the necessary sniffs are provided.
Some start/end pairs are changed to line ignore

Change-Id: I92ef235849bcc349c69e53504e664a155dd162c8
2018-01-01 14:10:16 +01:00
..
BlockLevelPass.php Require indentation of CASE statements in PHP code 2017-12-10 22:07:50 -05:00
CacheTime.php
CoreParserFunctions.php {{anchorencode:}} output should be always usable in links 2017-11-21 16:42:35 -05:00
CoreTagHooks.php SECURITY: Disable <html> tag on system messages despite $wgRawHtml = true; 2017-03-28 21:51:44 +00:00
DateFormatter.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01: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 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
ParserCache.php Turn ParserCache into a service, deprecate $parserMemc 2017-07-05 19:56:49 -07:00
ParserDiffTest.php Fix php code style 2017-05-05 12:03:54 +00:00
ParserOptions.php ParserOutput: Add stateless transforms to getText() 2017-11-30 14:27:46 -05:00
ParserOutput.php Fix additional usage of incorrect case 2017-12-15 11:58:11 +01:00
Preprocessor.php Merge "Fix return in Preprocessor::cacheSetTree" 2017-09-16 20:07:56 +00:00
Preprocessor_DOM.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
Preprocessor_Hash.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
RemexStripTagHandler.php Use Remex in Sanitizer::stripAllTags() 2017-11-15 17:31:31 -08:00
Sanitizer.php Change php extract() to explicit code 2017-12-08 14:46:33 +01:00
StripState.php