diff options
Diffstat (limited to 'includes/parser/Preprocessor.php')
-rw-r--r-- | includes/parser/Preprocessor.php | 1 |
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; } |