From: Kunal Mehta Date: Fri, 18 May 2018 05:35:31 +0000 (-0700) Subject: Enable "PhanUndeclaredVariable" phan check X-Git-Tag: 1.34.0-rc.0~5403^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=633e8dfb1b81e034e817246fe554a183a7688a75;p=lhc%2Fweb%2Fwiklou.git 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 --- 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", ],