From 9dcb4f0a97b016fbfb96810e2d8f622da261bbae Mon Sep 17 00:00:00 2001 From: Adam Pippin Date: Fri, 1 May 2020 16:31:59 -0700 Subject: [PATCH] Add process library to phan analysis --- .phan/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.phan/config.php b/.phan/config.php index 633fccb..47f95e1 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -12,7 +12,8 @@ return [ 'vendor/laravel-zero/', 'vendor/nunomaduro/', 'vendor/composer/', - 'vendor/symfony/' + 'vendor/symfony/', + 'vendor/nucleardog/' ], 'exclude_analysis_directory_list' => [