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;