From cba9297518bc2e62cc82b6ccaafbe95c7b4fbfbe Mon Sep 17 00:00:00 2001 From: Erik Bernhardson Date: Fri, 8 Jun 2018 14:46:41 -0700 Subject: [PATCH] Remove PhanParamReqAfterOpt from blacklist Change-Id: I569656068c9034f7325312afcce837e2712b4f29 --- tests/phan/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phan/config.php b/tests/phan/config.php index 5f712876c8..61d86bd658 100644 --- a/tests/phan/config.php +++ b/tests/phan/config.php @@ -305,8 +305,6 @@ return [ "PhanDeprecatedProperty", // approximate error count: 17 "PhanNonClassMethodCall", - // approximate error count: 11 - "PhanParamReqAfterOpt", // approximate error count: 888 "PhanParamSignatureMismatch", // approximate error count: 7 -- 2.20.1