aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Preprocessor.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parser/Preprocessor.php')
-rw-r--r--includes/parser/Preprocessor.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php
index ffacba8b000b..b87ce52d13b9 100644
--- a/includes/parser/Preprocessor.php
+++ b/includes/parser/Preprocessor.php
@@ -93,6 +93,7 @@ abstract class Preprocessor {
* @internal
*/
public function resetParser( ?Parser $parser ) {
+ // @phan-suppress-next-line PhanPossiblyNullTypeMismatchProperty For internal use only
$this->parser = $parser;
}