From 0c82c96f2a55d8b91bbc7ee6512c94f68a206b43 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Wed, 4 May 2022 17:20:40 +0200 Subject: [PATCH] Move IllegalConstructorMethodCallRule and IllegalConstructorStaticCallRule to phpstan-strict-rules --- rules.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.neon b/rules.neon index 3a91eec0..48011c37 100644 --- a/rules.neon +++ b/rules.neon @@ -12,6 +12,8 @@ parameters: reportMaybesInMethodSignatures: true reportStaticMethodSignatures: true reportMaybesInPropertyPhpDocTypes: true + featureToggles: + illegalConstructorMethodCall: %featureToggles.bleedingEdge% rules: - PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule