From 4f14ae08eafe5067b7bed2e6de2addad56f132a7 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Wed, 4 Sep 2019 20:23:25 +0200 Subject: [PATCH] build: Exclude MemcachedClient from phan Change-Id: I46557802d10592a53e4ee4f6126a4aeed3f714a4 --- .phan/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.phan/config.php b/.phan/config.php index 0ae6fcff56..fc775fe5fe 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -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 -- 2.20.1