From f5bcaba35230b99279aab609ff55ce703dbb706f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 15 Sep 2018 02:52:40 +0900 Subject: [PATCH] =?UTF-8?q?phan=20=ED=83=80=EA=B2=9F=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .phan/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phan/config.php b/.phan/config.php index 80b5229a..64650a86 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -11,7 +11,7 @@ return [ // If this is set to null, // then Phan assumes the PHP version which is closest to the minor version // of the php executable used to execute phan. - "target_php_version" => '7.0', + "target_php_version" => '7.2', 'backward_compatibility_checks ' => false, 'ignore_undeclared_variables_in_global_scope' => false, 'minimum_severity'=>\Phan\Issue::SEVERITY_LOW,