From: Umherirrender Date: Wed, 4 Sep 2019 18:23:25 +0000 (+0200) Subject: build: Exclude MemcachedClient from phan X-Git-Tag: 1.34.0-rc.0~396^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=4f14ae08eafe5067b7bed2e6de2addad56f132a7;p=lhc%2Fweb%2Fwiklou.git build: Exclude MemcachedClient from phan Change-Id: I46557802d10592a53e4ee4f6126a4aeed3f714a4 --- 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