From 2cfc25b4f8f084c155a871934a10cc9010b05f7d Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 11 Jan 2020 23:04:16 +0000 Subject: [PATCH] phpstan: enable checkGenericClassInNonGenericObjectType --- tests/phpstan/configs/gradual-level6.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpstan/configs/gradual-level6.neon b/tests/phpstan/configs/gradual-level6.neon index 6aa3e3e80..adf4eb0bf 100644 --- a/tests/phpstan/configs/gradual-level6.neon +++ b/tests/phpstan/configs/gradual-level6.neon @@ -1,5 +1,5 @@ parameters: - #checkGenericClassInNonGenericObjectType: true + checkGenericClassInNonGenericObjectType: true #checkMissingIterableValueType: true checkMissingVarTagTypehint: true checkMissingTypehints: true