build: Remove suppression of PhanUndeclaredProperty for Parser property

Follow-Up: I701a27459704839f9f996a171b6982ed17cdd00b
Change-Id: I23c14835e5e3b60d21100e835039b8c9b39c72d3
This commit is contained in:
Umherirrender 2024-04-16 23:08:04 +02:00
parent fc5f22b32e
commit e009aa5ee5

View file

@ -2,9 +2,6 @@
$cfg = require __DIR__ . '/../vendor/mediawiki/mediawiki-phan-config/src/config.php';
// Due to creation of Parser::$extCite property
$cfg['suppress_issue_types'][] = 'PhanUndeclaredProperty';
/**
* Quick implementation of a recursive directory list.
* @param string $dir The directory to list