From 19d5dd805c13d8b5e0fc818c8be48cb1df445594 Mon Sep 17 00:00:00 2001 From: Dariusz Gafka Date: Thu, 12 Jan 2023 17:06:14 +0100 Subject: [PATCH] Fix phpstan --- phpstan/no-typed-prop.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan/no-typed-prop.neon b/phpstan/no-typed-prop.neon index 913c27bf5..f2e9e9daf 100644 --- a/phpstan/no-typed-prop.neon +++ b/phpstan/no-typed-prop.neon @@ -6,4 +6,6 @@ parameters: - %currentWorkingDirectory%/tests/Fixtures/TypedProperties/UnionTypedProperties.php - %currentWorkingDirectory%/tests/Metadata/Driver/UnionTypedPropertiesDriverTest.php - %currentWorkingDirectory%/tests/Fixtures/DocBlockType/Collection/ConstructorPropertyPromotion.php + - %currentWorkingDirectory%/tests/Fixtures/DocBlockType/Collection/ConstructorPropertyPromotionWithoutDocblock.php + - %currentWorkingDirectory%/tests/Fixtures/DocBlockType/Collection/ConstructorPropertyPromotionWithScalar.php - %currentWorkingDirectory%/tests/Serializer/BaseSerializationTest.php