diff --git a/.phan/config.php b/.phan/config.php index 5076c7f..49ec09d 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -54,7 +54,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) // Automatically inferred from composer.json requirement for "php" of ">=8.2" - 'target_php_version' => '8.1', + 'target_php_version' => '8.2', + "minimum_target_php_version" => "8.2", // If enabled, missing properties will be created when // they are first seen. If false, we'll report an diff --git a/test/phpunit/Language/locale_other/.gitignore b/test/phpunit/Language/locale_other/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/test/phpunit/Language/locale_other/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore