wiki.techinc.nl/includes/parser
Thiemo Kreuz c05bdcee8b Remove unreachable null checks after isset()
isset() does two things: It checks if a variable (or array element)
is declared, *and* it checks if it is null. If a variable is null,
isset() fails as if the variable was not set. All these additional
null checks are dead code.

Change-Id: I71e8cc26dac839c9d081bf00b4164b7b5147e586
2020-02-28 21:40:48 +00:00
..
BlockLevelPass.php Hard-deprecate Parser::doBlockLevels(), which Parsoid won't support 2020-01-30 12:58:13 -05:00
CacheTime.php
CoreParserFunctions.php parser: only apply $wgMiserMode to self-references in CoreParserFunctions::revisionid 2020-02-24 11:05:57 -08:00
CoreTagHooks.php
DateFormatter.php
DateFormatterFactory.php
LinkHolderArray.php languages: More doc annotations for LanguageConverter related classes 2020-02-11 17:32:12 +02:00
MWTidy.php
Parser.php Remove unreachable null checks after isset() 2020-02-28 21:40:48 +00:00
ParserCache.php Remove old pcache metric compat from ParserCache.php 2019-10-31 14:41:52 +01:00
ParserDiffTest.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
ParserFactory.php Fix the namespace of SpecialPageFactory 2020-02-21 13:46:19 +11:00
ParserOptions.php languages: Introduce LanguageConverterFactory 2020-02-03 11:38:03 +02:00
ParserOutput.php Merge "ApiParse: Use the right Skin object for building section edit links" 2020-01-24 22:01:28 +00:00
PPCustomFrame_Hash.php
PPDPart.php
PPDPart_Hash.php
PPDStack.php
PPDStack_Hash.php
PPDStackElement.php
PPDStackElement_Hash.php
PPFrame.php
PPFrame_Hash.php
PPNode.php
PPNode_Hash_Array.php
PPNode_Hash_Attr.php
PPNode_Hash_Text.php
PPNode_Hash_Tree.php
PPTemplateFrame_Hash.php
Preprocessor.php
Preprocessor_Hash.php
RemexStripTagHandler.php Merge "Simplify RemexStripTagHandler by extending NullTokenHandler" 2019-11-04 14:42:30 +00:00
Sanitizer.php Escape % sign if form valid percent-encoding in fragment identifiers 2020-02-15 02:54:32 -08:00
StripState.php Remove Parser::serializeHalfParsedText() and helpers 2019-11-01 15:22:29 +11:00