From 33c7beb69b2502bbedc8a6341231a11f9904e3e6 Mon Sep 17 00:00:00 2001 From: codemasher Date: Wed, 7 Oct 2020 16:32:27 +0200 Subject: [PATCH] :octocat: imagick stub --- .phan/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.phan/config.php b/.phan/config.php index 47e672b5f..442d5f7d5 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -50,5 +50,6 @@ return [ // and `exclude_analysis_directory_list` arrays. 'exclude_analysis_directory_list' => [ 'vendor/', + '.phan/stubs' ], ];