What happens?:
While testing an unrelated PageForms change, CI fails first in mwext-phan-php83 because of an existing Phan error in PF_RunQuery.php.
The failing message is:
specials/PF_RunQuery.php:106 PhanImpossibleTypeComparison Impossible attempt to check if PFUtils::getParser()->getOutput() of type \MediaWiki\Parser\ParserOutput is identical to null of type null
What should have happened instead?:
mwext-phan-php83 should not fail on this existing check in PF_RunQuery.php, so unrelated patches can be tested normally.