X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=.phan%2Fconfig.php;h=0fdefe054d512bee9399d7c6fe5e613d9676cb67;hb=be6e8ee9bb924fb47b37a1ee056ab69475a0bb67;hp=56a8ccb0a6e930bd1bf99d8ea244802cf52bb8ab;hpb=cfd56e52d96e7c65215a4d9d2f10962794c67f88;p=lhc%2Fweb%2Fwiklou.git diff --git a/.phan/config.php b/.phan/config.php index 56a8ccb0a6..0fdefe054d 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -101,9 +101,6 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ //after dropping HHVM // approximate error count: 110 "PhanParamTooMany", // False positives with variargs. Unsuppress after dropping HHVM - - // approximate error count: 45 - "PhanTypeMismatchArgument", ] ); // This helps a lot in discovering bad code, but unfortunately it will always fail for