Merge "Fix/suppress misc phan errors (#5)"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 5 Apr 2019 23:44:43 +0000 (23:44 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 5 Apr 2019 23:44:43 +0000 (23:44 +0000)
1  2 
.phan/config.php
includes/libs/rdbms/loadbalancer/ILoadBalancer.php

@@@ -129,16 -141,10 +127,10 @@@ $cfg['suppress_issue_types'] = array_me
        "PhanTypeMismatchDimFetch",
        // approximate error count: 10
        "PhanTypeMismatchForeach",
 -      // approximate error count: 77
 +      // approximate error count: 78
        "PhanTypeMismatchProperty",
-       // approximate error count: 88
+       // approximate error count: 85
        "PhanTypeMismatchReturn",
-       // approximate error count: 43
-       "PhanTypeMissingReturn",
-       // approximate error count: 1
-       "PhanTypeNoAccessiblePropertiesForeach",
-       // approximate error count: 4
-       "PhanTypeNonVarPassByRef",
        // approximate error count: 12
        "PhanTypeObjectUnsetDeclaredProperty",
        // approximate error count: 9