From 37339b91b0c2f713084271042ee75ccdd1554025 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 6 Apr 2018 18:34:31 +0900 Subject: [PATCH] =?UTF-8?q?phan=20func=20=EB=AA=A8=EB=91=90=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .phan/config.php | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/.phan/config.php b/.phan/config.php index 21a9b8de..10f62842 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -13,6 +13,31 @@ return [ // of the php executable used to execute phan. "target_php_version" => null, + 'file_list' => [ + 'f_config/config.php', + 'hwe/MYDB.php', + 'hwe/lib.php', + 'hwe/func_auction.php', + 'hwe/func_command.php', + 'hwe/func_converter.php', + 'hwe/func_diplomacy.php', + 'hwe/func_gamerule.php', + 'hwe/func_history.php', + 'hwe/func_legacy.php', + 'hwe/func_map.php', + 'hwe/func_message.php', + 'hwe/func_npc.php', + 'hwe/func_process_chief.php', + 'hwe/func_process_personnel.php', + 'hwe/func_process_trick.php', + 'hwe/func_process.php', + 'hwe/func_string.php', + 'hwe/func_template.php', + 'hwe/func_time_event.php', + 'hwe/func_tournament.php', + 'hwe/func.php' + ], + // A list of directories that should be parsed for class and // method information. After excluding the directories // defined in exclude_analysis_directory_list, the remaining @@ -45,11 +70,6 @@ return [ 'vendor/' ], - 'include_analysis_file_list' => [ - 'f_config/config.php', - 'hwe/lib.php' - ], - // A list of plugin files to execute. // See https://github.com/phan/phan/tree/master/.phan/plugins for even more. // (Pass these in as relative paths.