mediawiki-extensions-AbuseF.../includes/parser
Daimona Eaytoy 71730f7d44 Warn if a function has been given too many parameters
While this is not as important as throwing for too few parameters, IMHO
it's still important to fail in this case. Mostly because if a function
receives too many parameters, chances are that who wrote the filter
didn't do that intendedly, and thus there may be a hidden bug.
Bonus: fix a few docblocks.

Bug: T230803
Change-Id: Iac2931f17b50ace8c8f4c2faa44b3f54ca134c54
2019-08-26 20:29:49 +02:00
..
AbuseFilterCachingParser.php Warn if a function has been given too many parameters 2019-08-26 20:29:49 +02:00
AbuseFilterParser.php Warn if a function has been given too many parameters 2019-08-26 20:29:49 +02:00
AbuseFilterTokenizer.php Move non-decimal numbers deprecation logging 2019-08-03 16:57:24 +00:00
AFPData.php Log more empty operands 2019-08-24 19:59:53 +00:00
AFPException.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AFPParserState.php Revert "Revert "Add typehinting for every object-only parameter"" 2018-11-15 10:09:16 +01:00
AFPSyntaxTree.php Add a new class for the CachingParser's AST 2019-08-25 17:29:16 +00:00
AFPToken.php Add doc for every class member 2019-03-17 11:40:24 +01:00
AFPTreeNode.php Allow if without else 2019-08-20 19:36:14 +00:00
AFPTreeParser.php Warn if a function has been given too many parameters 2019-08-26 20:29:49 +02:00
AFPUserVisibleException.php Warn if a function has been given too many parameters 2019-08-26 20:29:49 +02:00