From d7b731bf3b282f2844c5d14bee82dcfe5ad8b53e Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 8 Jun 2018 13:43:11 -0700 Subject: [PATCH] Don't manually suppress PhanDeprecatedClass Already disabled by default in mediawiki-phan-config 0.3.0. Change-Id: Ic8844c404776b4a84902bdbaaefb5e367c8b39c6 --- tests/phan/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phan/config.php b/tests/phan/config.php index 5559f8d9..afa00a2d 100644 --- a/tests/phan/config.php +++ b/tests/phan/config.php @@ -3,7 +3,5 @@ $cfg = require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php'; // SpecialPage->categoryTreeCategories $cfg['suppress_issue_types'][] = 'PhanUndeclaredProperty'; -// TitlePrefixSearch -$cfg['suppress_issue_types'][] = 'PhanDeprecatedClass'; return $cfg;