From 124b30f98c182193187be0b9c2e151e477429b7a Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Wed, 4 May 2022 17:18:43 +0200 Subject: [PATCH] Move IllegalConstructorMethodCallRule and IllegalConstructorStaticCallRule to phpstan-strict-rules --- conf/bleedingEdge.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/bleedingEdge.neon b/conf/bleedingEdge.neon index cec6f561c3..3bc4af533c 100644 --- a/conf/bleedingEdge.neon +++ b/conf/bleedingEdge.neon @@ -9,7 +9,6 @@ parameters: nodeConnectingVisitorCompatibility: false nodeConnectingVisitorRule: true disableRuntimeReflectionProvider: true - illegalConstructorMethodCall: true disableCheckMissingIterableValueType: true strictUnnecessaryNullsafePropertyFetch: true looseComparison: true