WMDE-leszek has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/402806 )

Change subject: [DNM] Phan: load Data Access component files
......................................................................

[DNM] Phan: load Data Access component files

Change-Id: I40e9b92c2ec13f349364e2463caaaf59d5f4f55a
---
M tests/phan/config.php
1 file changed, 2 insertions(+), 40 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/06/402806/1

diff --git a/tests/phan/config.php b/tests/phan/config.php
index 18828d6..5955c0e 100644
--- a/tests/phan/config.php
+++ b/tests/phan/config.php
@@ -78,6 +78,7 @@
         */
        'directory_list' => array_merge(
                [
+                       'data-access/src',
                        'client/includes',
                        'repo/includes',
                        'lib/includes',
@@ -321,46 +322,7 @@
         * to this black-list to inhibit them from being reported.
         */
        'suppress_issue_types' => [
-               // approximate error count: 3
-               "PhanDeprecatedClass",
-               // approximate error count: 43
-               "PhanDeprecatedFunction",
-               // approximate error count: 3
-               "PhanParamReqAfterOpt",
-               // approximate error count: 19
-               "PhanParamSignatureMismatch",
-               // approximate error count: 1
-               "PhanParamSignatureMismatchInternal",
-               // approximate error count: 17
-               "PhanParamTooMany",
-               // approximate error count: 2
-               "PhanTypeComparisonToArray",
-               // approximate error count: 75
-               "PhanTypeMismatchArgument",
-               // approximate error count: 5
-               "PhanTypeMismatchArgumentInternal",
-               // approximate error count: 5
-               "PhanTypeMismatchProperty",
-               // approximate error count: 9
-               "PhanTypeMismatchReturn",
-               // approximate error count: 3
-               "PhanTypeMissingReturn",
-               // approximate error count: 2
-               "PhanUndeclaredClassConstant",
-               // approximate error count: 14
-               "PhanUndeclaredClassMethod",
-               // approximate error count: 54
-               "PhanUndeclaredConstant",
-               // approximate error count: 139
-               "PhanUndeclaredMethod",
-               // approximate error count: 25
-               "PhanUndeclaredProperty",
-               // approximate error count: 3
-               "PhanUndeclaredTypeParameter",
-               // approximate error count: 4
-               "PhanUndeclaredTypeProperty",
-               // approximate error count: 3
-               "PhanUndeclaredVariable",
+
        ],
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/402806
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I40e9b92c2ec13f349364e2463caaaf59d5f4f55a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: WMDE-leszek <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to