From 2239b2d369595faa4f9f3b681af7b8091d7e4849 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Fri, 23 Sep 2022 11:09:40 +0200 Subject: [PATCH] Fix build --- build/enum-adapter-errors.neon | 2 +- .../PHPStan/Rules/Properties/data/php-82-dynamic-properties.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/enum-adapter-errors.neon b/build/enum-adapter-errors.neon index 5b120d856d..22f2fc84ee 100644 --- a/build/enum-adapter-errors.neon +++ b/build/enum-adapter-errors.neon @@ -42,7 +42,7 @@ parameters: - message: "#^Call to method getAttributes\\(\\) on an unknown class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#" - count: 2 + count: 3 path: ../src/Reflection/ClassReflection.php - diff --git a/tests/PHPStan/Rules/Properties/data/php-82-dynamic-properties.php b/tests/PHPStan/Rules/Properties/data/php-82-dynamic-properties.php index 1474072a75..dc31d5c3be 100644 --- a/tests/PHPStan/Rules/Properties/data/php-82-dynamic-properties.php +++ b/tests/PHPStan/Rules/Properties/data/php-82-dynamic-properties.php @@ -1,4 +1,4 @@ -= 7.4 namespace Php82DynamicProperties;