mediawiki-extensions-AbuseF.../includes/Parser
Andre Klapper 63de22357d Use explicit nullable type on parameter arguments (for PHP 8.4)
Implicitly marking parameter $... as nullable is deprecated in PHP
8.4. The explicit nullable type must be used instead.

Bug: T376276
Change-Id: I303342cf1a002d5f0afc77ce147ce9453ea5282e
2024-10-26 14:38:46 +02:00
..
Exception
AbuseFilterTokenizer.php Use namespaced classes 2024-10-19 21:55:40 +02:00
AFPData.php Replace gettype() with get_debug_type() in exception messages etc. 2024-08-12 23:05:16 +02:00
AFPParserState.php
AFPSyntaxTree.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 14:38:46 +02:00
AFPToken.php
AFPTreeNode.php
AFPTreeParser.php Use namespaced classes 2024-10-19 21:55:40 +02:00
FilterEvaluator.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 14:38:46 +02:00
ParserStatus.php
RuleCheckerFactory.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 14:38:46 +02:00
RuleCheckerStatus.php
SyntaxChecker.php