Enable "PhanUndeclaredVariable" phan check
[lhc/web/wiklou.git] / tests / phan / config.php
index 71ebd6f..bebdd3d 100644 (file)
@@ -72,7 +72,6 @@ return [
                'maintenance/',
                'mw-config/',
                'resources/',
-               'skins/',
                'vendor/',
        ],
 
@@ -100,8 +99,6 @@ return [
                'maintenance/language/',
                // External class
                'includes/libs/jsminplus.php',
-               // separate repositories
-               'skins/',
        ],
 
        /**
@@ -374,8 +371,6 @@ return [
                "PhanUndeclaredStaticMethod",
                // approximate error count: 11
                "PhanUndeclaredTypeReturnType",
-               // approximate error count: 27
-               "PhanUndeclaredVariable",
                // approximate error count: 58
                "PhanUndeclaredVariableDim",
        ],