From d070c4e46180dbf6caa9684913da3d250686e24f Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 5 Dec 2024 13:59:20 +0900 Subject: [PATCH] phan min php set to 8.2 --- .phan/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phan/config.php b/.phan/config.php index 17b20a04..746ceb07 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -27,7 +27,7 @@ use Phan\Config; return [ // "target_php_version" => "8.2", - "minimum_target_php_version" => "8.1", + "minimum_target_php_version" => "8.2", // turn color on (-C) "color_issue_messages_if_supported" => true, // If true, missing properties will be created when