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