From f7e5a93fb992f657a50b5850f77d106252c3b100 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 30 Jul 2023 12:51:53 +0000 Subject: [PATCH] misc: phan setting --- .phan/config.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.phan/config.php b/.phan/config.php index 935a411f..6d7666c1 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -15,9 +15,8 @@ return [ // Note that the **only** effect of choosing `'5.6'` is to infer // that functions removed in php 7.0 exist. // (See `backward_compatibility_checks` for additional options) - "target_php_version" => '8.1', - "minimum_target_php_version" => '8.1', - 'backward_compatibility_checks ' => true, + "target_php_version" => '8.2', + "minimum_target_php_version" => '8.2', 'minimum_severity' => \Phan\Issue::SEVERITY_CRITICAL, 'file_list' => [