Merge "build: Exclude MemcachedClient from phan"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 4 Sep 2019 19:02:20 +0000 (19:02 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 4 Sep 2019 19:02:20 +0000 (19:02 +0000)
.phan/config.php

index 0ae6fcf..fc775fe 100644 (file)
@@ -88,6 +88,8 @@ $cfg['exclude_analysis_directory_list'] = [
        'maintenance/language/',
        // External class
        'includes/libs/jsminplus.php',
+       // External class
+       'includes/libs/objectcache/utils/MemcachedClient.php',
 ];
 
 // NOTE: If you're facing an issue which you cannot easily fix, DO NOT add it here. Suppress it