From 7f78decad7202c1942090bd6f896c98478fbd984 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Fri, 21 Jul 2023 13:34:59 +0100 Subject: [PATCH] Fix PHPStan after running autoloader tests (#11558) --- phpstan/config.neon | 1 + tests/Composer/Test/Autoload/MinimumVersionSupport/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tests/Composer/Test/Autoload/MinimumVersionSupport/.gitignore diff --git a/phpstan/config.neon b/phpstan/config.neon index f37049ab4..6ffdbe68e 100644 --- a/phpstan/config.neon +++ b/phpstan/config.neon @@ -15,6 +15,7 @@ parameters: excludePaths: - '../tests/Composer/Test/Fixtures/*' - '../tests/Composer/Test/Autoload/Fixtures/*' + - '../tests/Composer/Test/Autoload/MinimumVersionSupport/vendor/' - '../tests/Composer/Test/Plugin/Fixtures/*' - '../tests/Composer/Test/PolyfillTestCase.php' diff --git a/tests/Composer/Test/Autoload/MinimumVersionSupport/.gitignore b/tests/Composer/Test/Autoload/MinimumVersionSupport/.gitignore new file mode 100644 index 000000000..c8153b578 --- /dev/null +++ b/tests/Composer/Test/Autoload/MinimumVersionSupport/.gitignore @@ -0,0 +1,2 @@ +/composer.lock +/vendor/