From 4b453405a633e05262f927a8dad5ebc2f2c714ca Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 27 Sep 2018 14:12:14 +0800 Subject: [PATCH] Ignore src/Framework/Assert/Functions.php --- .phan/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phan/config.php b/.phan/config.php index 03d1a762dee..5eb2b87d49b 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -1,7 +1,7 @@ [ 'src/', 'vendor/' ], - 'exclude_analysis_directory_list' => [ 'vendor/' ], + 'exclude_analysis_directory_list' => [ 'vendor/', 'src/Framework/Assert/' ], 'target_php_version' => '7.1', ];