wiki.techinc.nl/includes/parser
Máté Szabó a4ae3eb321 PPFrame: Use explicit varargs in method parameters
With the removal of HHVM support, we can now use explicit varargs
in function arguments. This patch updates the PPFrame interface to
do so, and also removes PhanCommentParamWithoutRealParam check suppressions,
which are now redundant.

It seems that classes implementing this interface were already using varargs.

Bug: T231710
Change-Id: Ib1d69575835df80dca4e43b0028ad9368f62bb58
2019-10-05 18:06:22 +02: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 Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
MWTidy.php
Parser.php Parser: Add Title type hints 2019-09-26 16:34:12 +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 BadFileLookup to replace wfIsBadImage 2019-08-21 20:45:37 +03:00
ParserOptions.php Code cleanup related to initSpeculativePageId() 2019-07-26 16:41:00 +10:00
ParserOutput.php Suppress notice from ParserOutput::__sleep() 2019-08-01 10:11:12 +10: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 Improve type hints in parser related classes 2019-07-05 21:29:32 +00:00
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 Improve type hints in parser related classes 2019-07-05 21:29:32 +00:00
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 Improve type hints in parser related classes 2019-07-05 21:29:32 +00:00
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