From 633e8dfb1b81e034e817246fe554a183a7688a75 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 17 May 2018 22:35:31 -0700 Subject: [PATCH] Enable "PhanUndeclaredVariable" phan check All of the instances of it have been fixed. This would have prevented T194899 from happening in the first place. Change-Id: I19357ffc858022d3b89a040eafe9047f83df1c88 --- tests/phan/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phan/config.php b/tests/phan/config.php index 5ea72b2738..bebdd3da5f 100644 --- a/tests/phan/config.php +++ b/tests/phan/config.php @@ -371,8 +371,6 @@ return [ "PhanUndeclaredStaticMethod", // approximate error count: 11 "PhanUndeclaredTypeReturnType", - // approximate error count: 27 - "PhanUndeclaredVariable", // approximate error count: 58 "PhanUndeclaredVariableDim", ], -- 2.20.1