wiki.techinc.nl/includes/parser
Daimona Eaytoy bd5b6f98ba Fix new phan errors, part 3
These are almost only doc changes, with two exceptions:
1-In LinkHolderArray, int-alike array keys are now cast to int, to be uniform with what we do in other code paths
2-In ExtensionRegistration, changed a line to throw an Exception
immediately, instead of an ExtensionDependencyError. This is because the
latter takes an array with msg and type, but we were passing it a plain
string (and in fact the code was bugged).

Bug: T231636
Change-Id: I8b0ef50d279c2a87490dde6a467a4e22c0710afd
2019-10-12 10:35:22 +00:00
..
BlockLevelPass.php
CacheTime.php
CoreParserFunctions.php Update docblocks for methods potentially returning null 2019-09-15 15:22:39 +00:00
CoreTagHooks.php
DateFormatter.php
DateFormatterFactory.php
LinkHolderArray.php Fix new phan errors, part 3 2019-10-12 10:35:22 +00:00
MWTidy.php
Parser.php Unsuppress PhanParamReqAfterOpt, use PHP71 nullable types 2019-10-10 11:53:58 +02:00
ParserCache.php parsercache: use WRITE_ALLOW_SEGMENTS for cached ParserOutput values 2019-08-25 00:53:28 +00:00
ParserDiffTest.php Upgrade phan config to 0.7.1 2019-09-04 08:20:53 +00:00
ParserFactory.php [BREAKING CHANGE] Services: Convert Parser's static to a const now HHVM is gone 2019-10-09 12:26:48 -07:00
ParserOptions.php Code cleanup related to initSpeculativePageId() 2019-07-26 16:41:00 +10:00
ParserOutput.php Fix new phan errors, part 2 2019-10-12 10:35:09 +00:00
PPCustomFrame_DOM.php
PPCustomFrame_Hash.php
PPDPart.php parser: Declare some dynamic properties 2019-09-08 19:03:03 +00:00
PPDPart_Hash.php phan: Enable PhanTypeMismatchArgument issue 2019-09-19 20:11:42 +02:00
PPDStack.php parser: Declare some dynamic properties 2019-09-08 19:03:03 +00:00
PPDStack_Hash.php
PPDStackElement.php parser: Declare some dynamic properties 2019-09-08 19:03:03 +00:00
PPDStackElement_Hash.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
PPFrame.php PPFrame: Use explicit varargs in method parameters 2019-10-05 18:06:22 +02:00
PPFrame_DOM.php Remove meaningless (auto-generated?) constructor documentation 2019-10-01 14:34:21 +02:00
PPFrame_Hash.php Remove meaningless (auto-generated?) constructor documentation 2019-10-01 14:34:21 +02:00
PPNode.php
PPNode_DOM.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
PPNode_Hash_Array.php
PPNode_Hash_Attr.php
PPNode_Hash_Text.php
PPNode_Hash_Tree.php
PPTemplateFrame_DOM.php
PPTemplateFrame_Hash.php parser: Declare some dynamic properties 2019-09-08 19:03:03 +00:00
Preprocessor.php parser: Declare some dynamic properties 2019-09-08 19:03:03 +00:00
Preprocessor_DOM.php
Preprocessor_Hash.php parser: Declare some dynamic properties 2019-09-08 19:03:03 +00:00
RemexStripTagHandler.php
Sanitizer.php Set @return-taint of Sanitizer::stripAllTags to tainted 2019-08-13 17:07:27 -05:00
StripState.php